Html Css Color HEX #AF2435 Cardinal

📋 copy color: '#AF2435'

red 175 ◦ green 36 ◦ blue 53

#AF2435
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Cardinal #AF2435

Tints of Cardinal #AF2435

RGB

 RED value IS 175 (68.75% from 255) = 66.29%

 GREEN value IS 36 (14.45% from 255) = 13.64%

 BLUE value IS 53 (21.09% from 255) = 20.08%

R = 66.29%
G = 13.64%
B = 20.08%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.70

 K value IS 0.31

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#AF2435 (or 0xAF2435) is known color: Cardinal. HEX triplet: AF, 24 and 35. RGB value is (175,36,53). Sum of RGB (Red+Green+Blue) = 175+36+53=264 (34% of max value = 765). Red value is 175 (68.75% from 255 or 66.29% from 264); Green value is 36 (14.45% from 255 or 13.64% from 264); Blue value is 53 (21.09% from 255 or 20.08% from 264); Max value from RGB is 175 - color contains mainly: red. Hex color #AF2435 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AF2435 is #50DBCA. Grayscale: #4F4F4F. Windows color (decimal): -5299147 or 3482799. OLE color: 3482799.

HSL color Cylindrical-coordinate representation of color #AF2435: hue angle of 352.66º degrees, saturation: 0.66, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #AF2435 is Cyan = 0, Magento = 0.79, Yellow = 0.70 and Black (K on CMYK) = 0.31.

Color convert

RGB 175 36 53 -
CMYK 0 0.79 0.70 0.31
HSL 352.66º 0.66% 0.41% -
HSV(B) 352.66º 0.79% 0.69% -
XYZ 18.95 10.63 4.42 -
YUV 79.5 113.05 196.12 -
System Red Green Blue C M Y K H S L
Decimal 175 36 53 0 0.79 0.70 0.31 352.66 0.66 0.41
Hex AF 24 35 0 4F 46 1F 161 42 29
Octal 257 44 65 0 117 106 37 541 102 51
Binary 10101111 100100 110101 0 1001111 1000110 11111 101100001 1000010 101001

Color Harmonies of #AF2435

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF2435

Black with #AF2435

Text Example


Text Example

White with #AF2435

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF2435; }

 p { color: rgb(175,36,53); }

 H1.HeaderClassName
 {
   color: #AF2435;
 }
 .AnyTagClassName
 {
   color: #AF2435;
 }
</style>

background-color css

<style>
 a { background-color: #AF2435; }

 a { background-color: rgb(175,36,53); }

 div.DivClassName
 {
   background-color: #AF2435;
 }
 .BgClassName
 {
   background-color: #AF2435;
 }
</style>

border-color css

<style>
 span { border-color: #AF2435; }

 span { border-color: rgb(175,36,53); }

 td.TdClassName
 {
   border-color: #AF2435;
 }
 .TagClassName
 {
   border-color: #AF2435;
 }
</style>