Html Css Color HEX #AF1439 Cardinal

📋 copy color: '#AF1439'

red 175 ◦ green 20 ◦ blue 57

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

Shades of Cardinal #AF1439

Tints of Cardinal #AF1439

RGB

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

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

 BLUE value IS 57 (22.66% from 255) = 22.62%

R = 69.44%
G = 7.94%
B = 22.62%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.67

 K value IS 0.31

RGB Variations

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

Color information

#AF1439 (or 0xAF1439) is known color: Cardinal. HEX triplet: AF, 14 and 39. RGB value is (175,20,57). Sum of RGB (Red+Green+Blue) = 175+20+57=252 (33% of max value = 765). Red value is 175 (68.75% from 255 or 69.44% from 252); Green value is 20 (8.20% from 255 or 7.94% from 252); Blue value is 57 (22.66% from 255 or 22.62% from 252); Max value from RGB is 175 - color contains mainly: red. Hex color #AF1439 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AF1439 is #50EBC6. Grayscale: #464646. Windows color (decimal): -5303239 or 3740847. OLE color: 3740847.

HSL color Cylindrical-coordinate representation of color #AF1439: hue angle of 345.68º 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 #AF1439 is Cyan = 0, Magento = 0.89, Yellow = 0.67 and Black (K on CMYK) = 0.31.

Color convert

RGB 175 20 57 -
CMYK 0 0.89 0.67 0.31
HSL 345.68º 0.79% 0.38% -
HSV(B) 345.68º 0.89% 0.69% -
XYZ 18.67 9.91 4.8 -
YUV 70.56 120.35 202.49 -
System Red Green Blue C M Y K H S L
Decimal 175 20 57 0 0.89 0.67 0.31 345.68 0.79 0.38
Hex AF 14 39 0 59 43 1F 15A 4F 26
Octal 257 24 71 0 131 103 37 532 117 46
Binary 10101111 10100 111001 0 1011001 1000011 11111 101011010 1001111 100110

Color Harmonies of #AF1439

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF1439

Black with #AF1439

Text Example


Text Example

White with #AF1439

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF1439; }

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

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

background-color css

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

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

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

border-color css

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

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

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