Html Css Color HEX #AF1625 Cardinal

📋 copy color: '#AF1625'

red 175 ◦ green 22 ◦ blue 37

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

Shades of Cardinal #AF1625

Tints of Cardinal #AF1625

RGB

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

 GREEN value IS 22 (8.98% from 255) = 9.4%

 BLUE value IS 37 (14.84% from 255) = 15.81%

R = 74.79%
G = 9.4%
B = 15.81%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.79

 K value IS 0.31

RGB Variations

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

Color information

#AF1625 (or 0xAF1625) is known color: Cardinal. HEX triplet: AF, 16 and 25. RGB value is (175,22,37). Sum of RGB (Red+Green+Blue) = 175+22+37=234 (30% of max value = 765). Red value is 175 (68.75% from 255 or 74.79% from 234); Green value is 22 (8.98% from 255 or 9.40% from 234); Blue value is 37 (14.84% from 255 or 15.81% from 234); Max value from RGB is 175 - color contains mainly: red. Hex color #AF1625 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AF1625 is #50E9DA. Grayscale: #454545. Windows color (decimal): -5302747 or 2430639. OLE color: 2430639.

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

Color convert

RGB 175 22 37 -
CMYK 0 0.87 0.79 0.31
HSL 354.12º 0.78% 0.39% -
HSV(B) 354.12º 0.87% 0.69% -
XYZ 18.3 9.82 2.68 -
YUV 69.46 109.69 203.28 -
System Red Green Blue C M Y K H S L
Decimal 175 22 37 0 0.87 0.79 0.31 354.12 0.78 0.39
Hex AF 16 25 0 57 4F 1F 162 4E 27
Octal 257 26 45 0 127 117 37 542 116 47
Binary 10101111 10110 100101 0 1010111 1001111 11111 101100010 1001110 100111

Color Harmonies of #AF1625

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF1625

Black with #AF1625

Text Example


Text Example

White with #AF1625

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF1625; }

 p { color: rgb(175,22,37); }

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

background-color css

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

 a { background-color: rgb(175,22,37); }

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

border-color css

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

 span { border-color: rgb(175,22,37); }

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