Html Css Color HEX #AF0237 Cardinal

📋 copy color: '#AF0237'

red 175 ◦ green 2 ◦ blue 55

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

Shades of Cardinal #AF0237

Tints of Cardinal #AF0237

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.86%

 BLUE value IS 55 (21.88% from 255) = 23.71%

R = 75.43%
G = 0.86%
B = 23.71%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.69

 K value IS 0.31

RGB Variations

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

Color information

#AF0237 (or 0xAF0237) is known color: Cardinal. HEX triplet: AF, 02 and 37. RGB value is (175,2,55). Sum of RGB (Red+Green+Blue) = 175+2+55=232 (30% of max value = 765). Red value is 175 (68.75% from 255 or 75.43% from 232); Green value is 2 (1.17% from 255 or 0.86% from 232); Blue value is 55 (21.88% from 255 or 23.71% from 232); Max value from RGB is 175 - color contains mainly: red. Hex color #AF0237 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AF0237 is #50FDC8. Grayscale: #3B3B3B. Windows color (decimal): -5307849 or 3605167. OLE color: 3605167.

HSL color Cylindrical-coordinate representation of color #AF0237: hue angle of 341.62º degrees, saturation: 0.98, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #AF0237 is Cyan = 0, Magento = 0.99, Yellow = 0.69 and Black (K on CMYK) = 0.31.

Color convert

RGB 175 2 55 -
CMYK 0 0.99 0.69 0.31
HSL 341.62º 0.98% 0.35% -
HSV(B) 341.62º 0.99% 0.69% -
XYZ 18.39 9.43 4.47 -
YUV 59.77 125.31 210.19 -
System Red Green Blue C M Y K H S L
Decimal 175 2 55 0 0.99 0.69 0.31 341.62 0.98 0.35
Hex AF 2 37 0 63 45 1F 156 62 23
Octal 257 2 67 0 143 105 37 526 142 43
Binary 10101111 10 110111 0 1100011 1000101 11111 101010110 1100010 100011

Color Harmonies of #AF0237

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF0237

Black with #AF0237

Text Example


Text Example

White with #AF0237

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF0237; }

 p { color: rgb(175,2,55); }

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

background-color css

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

 a { background-color: rgb(175,2,55); }

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

border-color css

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

 span { border-color: rgb(175,2,55); }

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