Html Css Color HEX #AF1434 Cardinal

📋 copy color: '#AF1434'

red 175 ◦ green 20 ◦ blue 52

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

Shades of Cardinal #AF1434

Tints of Cardinal #AF1434

RGB

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

 GREEN value IS 20 (8.2% from 255) = 8.1%

 BLUE value IS 52 (20.7% from 255) = 21.05%

R = 70.85%
G = 8.1%
B = 21.05%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.70

 K value IS 0.31

RGB Variations

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

Color information

#AF1434 (or 0xAF1434) is known color: Cardinal. HEX triplet: AF, 14 and 34. RGB value is (175,20,52). Sum of RGB (Red+Green+Blue) = 175+20+52=247 (32% of max value = 765). Red value is 175 (68.75% from 255 or 70.85% from 247); Green value is 20 (8.20% from 255 or 8.10% from 247); Blue value is 52 (20.70% from 255 or 21.05% from 247); Max value from RGB is 175 - color contains mainly: red. Hex color #AF1434 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AF1434 is #50EBCB. Grayscale: #464646. Windows color (decimal): -5303244 or 3413167. OLE color: 3413167.

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

Color convert

RGB 175 20 52 -
CMYK 0 0.89 0.70 0.31
HSL 347.61º 0.79% 0.38% -
HSV(B) 347.61º 0.89% 0.69% -
XYZ 18.55 9.86 4.17 -
YUV 69.99 117.85 202.9 -
System Red Green Blue C M Y K H S L
Decimal 175 20 52 0 0.89 0.70 0.31 347.61 0.79 0.38
Hex AF 14 34 0 59 46 1F 15C 4F 26
Octal 257 24 64 0 131 106 37 534 117 46
Binary 10101111 10100 110100 0 1011001 1000110 11111 101011100 1001111 100110

Color Harmonies of #AF1434

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF1434

Black with #AF1434

Text Example


Text Example

White with #AF1434

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF1434; }

 p { color: rgb(175,20,52); }

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

background-color css

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

 a { background-color: rgb(175,20,52); }

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

border-color css

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

 span { border-color: rgb(175,20,52); }

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