Html Css Color HEX #AF1427 Cardinal

📋 copy color: '#AF1427'

red 175 ◦ green 20 ◦ blue 39

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

Shades of Cardinal #AF1427

Tints of Cardinal #AF1427

RGB

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

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

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

R = 74.79%
G = 8.55%
B = 16.67%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.78

 K value IS 0.31

RGB Variations

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

Color information

#AF1427 (or 0xAF1427) is known color: Cardinal. HEX triplet: AF, 14 and 27. RGB value is (175,20,39). Sum of RGB (Red+Green+Blue) = 175+20+39=234 (30% of max value = 765). Red value is 175 (68.75% from 255 or 74.79% from 234); Green value is 20 (8.20% from 255 or 8.55% from 234); Blue value is 39 (15.62% from 255 or 16.67% from 234); Max value from RGB is 175 - color contains mainly: red. Hex color #AF1427 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AF1427 is #50EBD8. Grayscale: #444444. Windows color (decimal): -5303257 or 2561199. OLE color: 2561199.

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

Color convert

RGB 175 20 39 -
CMYK 0 0.89 0.78 0.31
HSL 352.65º 0.79% 0.38% -
HSV(B) 352.65º 0.89% 0.69% -
XYZ 18.3 9.76 2.84 -
YUV 68.51 111.35 203.96 -
System Red Green Blue C M Y K H S L
Decimal 175 20 39 0 0.89 0.78 0.31 352.65 0.79 0.38
Hex AF 14 27 0 59 4E 1F 161 4F 26
Octal 257 24 47 0 131 116 37 541 117 46
Binary 10101111 10100 100111 0 1011001 1001110 11111 101100001 1001111 100110

Color Harmonies of #AF1427

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF1427

Black with #AF1427

Text Example


Text Example

White with #AF1427

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF1427; }

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

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

background-color css

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

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

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

border-color css

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

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

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