Html Css Color HEX #AF1F24 Cardinal

📋 copy color: '#AF1F24'

red 175 ◦ green 31 ◦ blue 36

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

Shades of Cardinal #AF1F24

Tints of Cardinal #AF1F24

RGB

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

 GREEN value IS 31 (12.5% from 255) = 12.81%

 BLUE value IS 36 (14.45% from 255) = 14.88%

R = 72.31%
G = 12.81%
B = 14.88%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.79

 K value IS 0.31

RGB Variations

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

Color information

#AF1F24 (or 0xAF1F24) is known color: Cardinal. HEX triplet: AF, 1F and 24. RGB value is (175,31,36). Sum of RGB (Red+Green+Blue) = 175+31+36=242 (32% of max value = 765). Red value is 175 (68.75% from 255 or 72.31% from 242); Green value is 31 (12.5% from 255 or 12.81% from 242); Blue value is 36 (14.45% from 255 or 14.88% from 242); Max value from RGB is 175 - color contains mainly: red. Hex color #AF1F24 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AF1F24 is #50E0DB. Grayscale: #4A4A4A. Windows color (decimal): -5300444 or 2367407. OLE color: 2367407.

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

Color convert

RGB 175 31 36 -
CMYK 0 0.82 0.79 0.31
HSL 357.92º 0.7% 0.4% -
HSV(B) 357.92º 0.82% 0.69% -
XYZ 18.49 10.22 2.67 -
YUV 74.63 106.21 199.59 -
System Red Green Blue C M Y K H S L
Decimal 175 31 36 0 0.82 0.79 0.31 357.92 0.7 0.4
Hex AF 1F 24 0 52 4F 1F 166 46 28
Octal 257 37 44 0 122 117 37 546 106 50
Binary 10101111 11111 100100 0 1010010 1001111 11111 101100110 1000110 101000

Color Harmonies of #AF1F24

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF1F24

Black with #AF1F24

Text Example


Text Example

White with #AF1F24

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF1F24; }

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

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

background-color css

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

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

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

border-color css

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

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

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