Html Css Color HEX #AF1542 Cardinal

📋 copy color: '#AF1542'

red 175 ◦ green 21 ◦ blue 66

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

Shades of Cardinal #AF1542

Tints of Cardinal #AF1542

RGB

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

 GREEN value IS 21 (8.59% from 255) = 8.02%

 BLUE value IS 66 (26.17% from 255) = 25.19%

R = 66.79%
G = 8.02%
B = 25.19%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.62

 K value IS 0.31

RGB Variations

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

Color information

#AF1542 (or 0xAF1542) is known color: Cardinal. HEX triplet: AF, 15 and 42. RGB value is (175,21,66). Sum of RGB (Red+Green+Blue) = 175+21+66=262 (34% of max value = 765). Red value is 175 (68.75% from 255 or 66.79% from 262); Green value is 21 (8.59% from 255 or 8.02% from 262); Blue value is 66 (26.17% from 255 or 25.19% from 262); Max value from RGB is 175 - color contains mainly: red. Hex color #AF1542 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AF1542 is #50EABD. Grayscale: #484848. Windows color (decimal): -5302974 or 4330927. OLE color: 4330927.

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

Color convert

RGB 175 21 66 -
CMYK 0 0.88 0.62 0.31
HSL 342.47º 0.79% 0.38% -
HSV(B) 342.47º 0.88% 0.69% -
XYZ 18.93 10.04 6.1 -
YUV 72.18 124.52 201.34 -
System Red Green Blue C M Y K H S L
Decimal 175 21 66 0 0.88 0.62 0.31 342.47 0.79 0.38
Hex AF 15 42 0 58 3E 1F 156 4F 26
Octal 257 25 102 0 130 76 37 526 117 46
Binary 10101111 10101 1000010 0 1011000 111110 11111 101010110 1001111 100110

Color Harmonies of #AF1542

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF1542

Black with #AF1542

Text Example


Text Example

White with #AF1542

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF1542; }

 p { color: rgb(175,21,66); }

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

background-color css

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

 a { background-color: rgb(175,21,66); }

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

border-color css

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

 span { border-color: rgb(175,21,66); }

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