Html Css Color HEX #AF1837 Cardinal

📋 copy color: '#AF1837'

red 175 ◦ green 24 ◦ blue 55

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

Shades of Cardinal #AF1837

Tints of Cardinal #AF1837

RGB

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

 GREEN value IS 24 (9.77% from 255) = 9.45%

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

R = 68.9%
G = 9.45%
B = 21.65%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.69

 K value IS 0.31

RGB Variations

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

Color information

#AF1837 (or 0xAF1837) is known color: Cardinal. HEX triplet: AF, 18 and 37. RGB value is (175,24,55). Sum of RGB (Red+Green+Blue) = 175+24+55=254 (33% of max value = 765). Red value is 175 (68.75% from 255 or 68.90% from 254); Green value is 24 (9.77% from 255 or 9.45% from 254); Blue value is 55 (21.88% from 255 or 21.65% from 254); Max value from RGB is 175 - color contains mainly: red. Hex color #AF1837 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AF1837 is #50E7C8. Grayscale: #484848. Windows color (decimal): -5302217 or 3610799. OLE color: 3610799.

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

Color convert

RGB 175 24 55 -
CMYK 0 0.86 0.69 0.31
HSL 347.68º 0.76% 0.39% -
HSV(B) 347.68º 0.86% 0.69% -
XYZ 18.7 10.04 4.57 -
YUV 72.68 118.03 200.98 -
System Red Green Blue C M Y K H S L
Decimal 175 24 55 0 0.86 0.69 0.31 347.68 0.76 0.39
Hex AF 18 37 0 56 45 1F 15C 4C 27
Octal 257 30 67 0 126 105 37 534 114 47
Binary 10101111 11000 110111 0 1010110 1000101 11111 101011100 1001100 100111

Color Harmonies of #AF1837

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF1837

Black with #AF1837

Text Example


Text Example

White with #AF1837

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF1837; }

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

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

background-color css

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

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

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

border-color css

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

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

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