Html Css Color HEX #AF0E28 Cardinal

📋 copy color: '#AF0E28'

red 175 ◦ green 14 ◦ blue 40

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

Shades of Cardinal #AF0E28

Tints of Cardinal #AF0E28

RGB

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

 GREEN value IS 14 (5.86% from 255) = 6.11%

 BLUE value IS 40 (16.02% from 255) = 17.47%

R = 76.42%
G = 6.11%
B = 17.47%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.77

 K value IS 0.31

RGB Variations

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

Color information

#AF0E28 (or 0xAF0E28) is known color: Cardinal. HEX triplet: AF, 0E and 28. RGB value is (175,14,40). Sum of RGB (Red+Green+Blue) = 175+14+40=229 (30% of max value = 765). Red value is 175 (68.75% from 255 or 76.42% from 229); Green value is 14 (5.86% from 255 or 6.11% from 229); Blue value is 40 (16.02% from 255 or 17.47% from 229); Max value from RGB is 175 - color contains mainly: red. Hex color #AF0E28 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AF0E28 is #50F1D7. Grayscale: #414141. Windows color (decimal): -5304792 or 2625199. OLE color: 2625199.

HSL color Cylindrical-coordinate representation of color #AF0E28: hue angle of 350.31º degrees, saturation: 0.85, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #AF0E28 is Cyan = 0, Magento = 0.92, Yellow = 0.77 and Black (K on CMYK) = 0.31.

Color convert

RGB 175 14 40 -
CMYK 0 0.92 0.77 0.31
HSL 350.31º 0.85% 0.37% -
HSV(B) 350.31º 0.92% 0.69% -
XYZ 18.22 9.58 2.9 -
YUV 65.1 113.84 206.39 -
System Red Green Blue C M Y K H S L
Decimal 175 14 40 0 0.92 0.77 0.31 350.31 0.85 0.37
Hex AF E 28 0 5C 4D 1F 15E 55 25
Octal 257 16 50 0 134 115 37 536 125 45
Binary 10101111 1110 101000 0 1011100 1001101 11111 101011110 1010101 100101

Color Harmonies of #AF0E28

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF0E28

Black with #AF0E28

Text Example


Text Example

White with #AF0E28

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF0E28; }

 p { color: rgb(175,14,40); }

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

background-color css

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

 a { background-color: rgb(175,14,40); }

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

border-color css

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

 span { border-color: rgb(175,14,40); }

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