Html Css Color HEX #AF1D3F Cardinal

📋 copy color: '#AF1D3F'

red 175 ◦ green 29 ◦ blue 63

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

Shades of Cardinal #AF1D3F

Tints of Cardinal #AF1D3F

RGB

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

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

 BLUE value IS 63 (25% from 255) = 23.6%

R = 65.54%
G = 10.86%
B = 23.6%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.64

 K value IS 0.31

RGB Variations

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

Color information

#AF1D3F (or 0xAF1D3F) is known color: Cardinal. HEX triplet: AF, 1D and 3F. RGB value is (175,29,63). Sum of RGB (Red+Green+Blue) = 175+29+63=267 (35% of max value = 765). Red value is 175 (68.75% from 255 or 65.54% from 267); Green value is 29 (11.72% from 255 or 10.86% from 267); Blue value is 63 (25% from 255 or 23.60% from 267); Max value from RGB is 175 - color contains mainly: red. Hex color #AF1D3F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AF1D3F is #50E2C0. Grayscale: #4C4C4C. Windows color (decimal): -5300929 or 4136367. OLE color: 4136367.

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

Color convert

RGB 175 29 63 -
CMYK 0 0.83 0.64 0.31
HSL 346.03º 0.72% 0.4% -
HSV(B) 346.03º 0.83% 0.69% -
XYZ 19.02 10.35 5.7 -
YUV 76.53 120.37 198.24 -
System Red Green Blue C M Y K H S L
Decimal 175 29 63 0 0.83 0.64 0.31 346.03 0.72 0.4
Hex AF 1D 3F 0 53 40 1F 15A 48 28
Octal 257 35 77 0 123 100 37 532 110 50
Binary 10101111 11101 111111 0 1010011 1000000 11111 101011010 1001000 101000

Color Harmonies of #AF1D3F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF1D3F

Black with #AF1D3F

Text Example


Text Example

White with #AF1D3F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF1D3F; }

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

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

background-color css

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

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

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

border-color css

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

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

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