Html Css Color HEX #AF1527 Cardinal

📋 copy color: '#AF1527'

red 175 ◦ green 21 ◦ blue 39

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

Shades of Cardinal #AF1527

Tints of Cardinal #AF1527

RGB

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

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

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

R = 74.47%
G = 8.94%
B = 16.6%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.78

 K value IS 0.31

RGB Variations

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

Color information

#AF1527 (or 0xAF1527) is known color: Cardinal. HEX triplet: AF, 15 and 27. RGB value is (175,21,39). Sum of RGB (Red+Green+Blue) = 175+21+39=235 (31% of max value = 765). Red value is 175 (68.75% from 255 or 74.47% from 235); Green value is 21 (8.59% from 255 or 8.94% from 235); Blue value is 39 (15.62% from 255 or 16.60% from 235); Max value from RGB is 175 - color contains mainly: red. Hex color #AF1527 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AF1527 is #50EAD8. Grayscale: #454545. Windows color (decimal): -5303001 or 2561455. OLE color: 2561455.

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

Color convert

RGB 175 21 39 -
CMYK 0 0.88 0.78 0.31
HSL 352.99º 0.79% 0.38% -
HSV(B) 352.99º 0.88% 0.69% -
XYZ 18.31 9.8 2.85 -
YUV 69.1 111.02 203.54 -
System Red Green Blue C M Y K H S L
Decimal 175 21 39 0 0.88 0.78 0.31 352.99 0.79 0.38
Hex AF 15 27 0 58 4E 1F 161 4F 26
Octal 257 25 47 0 130 116 37 541 117 46
Binary 10101111 10101 100111 0 1011000 1001110 11111 101100001 1001111 100110

Color Harmonies of #AF1527

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF1527

Black with #AF1527

Text Example


Text Example

White with #AF1527

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF1527; }

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

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

background-color css

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

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

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

border-color css

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

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

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