Html Css Color HEX #AF1227 Cardinal

📋 copy color: '#AF1227'

red 175 ◦ green 18 ◦ blue 39

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

Shades of Cardinal #AF1227

Tints of Cardinal #AF1227

RGB

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

 GREEN value IS 18 (7.42% from 255) = 7.76%

 BLUE value IS 39 (15.63% from 255) = 16.81%

R = 75.43%
G = 7.76%
B = 16.81%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.78

 K value IS 0.31

RGB Variations

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

Color information

#AF1227 (or 0xAF1227) is known color: Cardinal. HEX triplet: AF, 12 and 27. RGB value is (175,18,39). Sum of RGB (Red+Green+Blue) = 175+18+39=232 (30% of max value = 765). Red value is 175 (68.75% from 255 or 75.43% from 232); Green value is 18 (7.42% from 255 or 7.76% from 232); Blue value is 39 (15.62% from 255 or 16.81% from 232); Max value from RGB is 175 - color contains mainly: red. Hex color #AF1227 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AF1227 is #50EDD8. Grayscale: #434343. Windows color (decimal): -5303769 or 2560687. OLE color: 2560687.

HSL color Cylindrical-coordinate representation of color #AF1227: hue angle of 351.97º degrees, saturation: 0.81, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #AF1227 is Cyan = 0, Magento = 0.90, Yellow = 0.78 and Black (K on CMYK) = 0.31.

Color convert

RGB 175 18 39 -
CMYK 0 0.90 0.78 0.31
HSL 351.97º 0.81% 0.38% -
HSV(B) 351.97º 0.9% 0.69% -
XYZ 18.26 9.69 2.83 -
YUV 67.34 112.01 204.79 -
System Red Green Blue C M Y K H S L
Decimal 175 18 39 0 0.90 0.78 0.31 351.97 0.81 0.38
Hex AF 12 27 0 5A 4E 1F 160 51 26
Octal 257 22 47 0 132 116 37 540 121 46
Binary 10101111 10010 100111 0 1011010 1001110 11111 101100000 1010001 100110

Color Harmonies of #AF1227

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF1227

Black with #AF1227

Text Example


Text Example

White with #AF1227

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF1227; }

 p { color: rgb(175,18,39); }

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

background-color css

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

 a { background-color: rgb(175,18,39); }

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

border-color css

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

 span { border-color: rgb(175,18,39); }

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