Html Css Color HEX #AF1925 Cardinal

📋 copy color: '#AF1925'

red 175 ◦ green 25 ◦ blue 37

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

Shades of Cardinal #AF1925

Tints of Cardinal #AF1925

RGB

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

 GREEN value IS 25 (10.16% from 255) = 10.55%

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

R = 73.84%
G = 10.55%
B = 15.61%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.79

 K value IS 0.31

RGB Variations

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

Color information

#AF1925 (or 0xAF1925) is known color: Cardinal. HEX triplet: AF, 19 and 25. RGB value is (175,25,37). Sum of RGB (Red+Green+Blue) = 175+25+37=237 (31% of max value = 765). Red value is 175 (68.75% from 255 or 73.84% from 237); Green value is 25 (10.16% from 255 or 10.55% from 237); Blue value is 37 (14.84% from 255 or 15.61% from 237); Max value from RGB is 175 - color contains mainly: red. Hex color #AF1925 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AF1925 is #50E6DA. Grayscale: #474747. Windows color (decimal): -5301979 or 2431407. OLE color: 2431407.

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

Color convert

RGB 175 25 37 -
CMYK 0 0.86 0.79 0.31
HSL 355.2º 0.75% 0.39% -
HSV(B) 355.2º 0.86% 0.69% -
XYZ 18.36 9.94 2.7 -
YUV 71.22 108.7 202.02 -
System Red Green Blue C M Y K H S L
Decimal 175 25 37 0 0.86 0.79 0.31 355.2 0.75 0.39
Hex AF 19 25 0 56 4F 1F 163 4B 27
Octal 257 31 45 0 126 117 37 543 113 47
Binary 10101111 11001 100101 0 1010110 1001111 11111 101100011 1001011 100111

Color Harmonies of #AF1925

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF1925

Black with #AF1925

Text Example


Text Example

White with #AF1925

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF1925; }

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

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

background-color css

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

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

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

border-color css

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

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

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