Html Css Color HEX #AF1D2C Cardinal

📋 copy color: '#AF1D2C'

red 175 ◦ green 29 ◦ blue 44

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

Shades of Cardinal #AF1D2C

Tints of Cardinal #AF1D2C

RGB

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

 GREEN value IS 29 (11.72% from 255) = 11.69%

 BLUE value IS 44 (17.58% from 255) = 17.74%

R = 70.56%
G = 11.69%
B = 17.74%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.75

 K value IS 0.31

RGB Variations

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

Color information

#AF1D2C (or 0xAF1D2C) is known color: Cardinal. HEX triplet: AF, 1D and 2C. RGB value is (175,29,44). Sum of RGB (Red+Green+Blue) = 175+29+44=248 (32% of max value = 765). Red value is 175 (68.75% from 255 or 70.56% from 248); Green value is 29 (11.72% from 255 or 11.69% from 248); Blue value is 44 (17.58% from 255 or 17.74% from 248); Max value from RGB is 175 - color contains mainly: red. Hex color #AF1D2C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AF1D2C is #50E2D3. Grayscale: #4A4A4A. Windows color (decimal): -5300948 or 2891183. OLE color: 2891183.

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

Color convert

RGB 175 29 44 -
CMYK 0 0.83 0.75 0.31
HSL 353.84º 0.72% 0.4% -
HSV(B) 353.84º 0.83% 0.69% -
XYZ 18.57 10.17 3.37 -
YUV 74.36 110.87 199.78 -
System Red Green Blue C M Y K H S L
Decimal 175 29 44 0 0.83 0.75 0.31 353.84 0.72 0.4
Hex AF 1D 2C 0 53 4B 1F 162 48 28
Octal 257 35 54 0 123 113 37 542 110 50
Binary 10101111 11101 101100 0 1010011 1001011 11111 101100010 1001000 101000

Color Harmonies of #AF1D2C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF1D2C

Black with #AF1D2C

Text Example


Text Example

White with #AF1D2C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF1D2C; }

 p { color: rgb(175,29,44); }

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

background-color css

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

 a { background-color: rgb(175,29,44); }

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

border-color css

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

 span { border-color: rgb(175,29,44); }

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