Html Css Color HEX #AF1D2F Cardinal

📋 copy color: '#AF1D2F'

red 175 ◦ green 29 ◦ blue 47

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

Shades of Cardinal #AF1D2F

Tints of Cardinal #AF1D2F

RGB

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

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

 BLUE value IS 47 (18.75% from 255) = 18.73%

R = 69.72%
G = 11.55%
B = 18.73%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.73

 K value IS 0.31

RGB Variations

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

Color information

#AF1D2F (or 0xAF1D2F) is known color: Cardinal. HEX triplet: AF, 1D and 2F. RGB value is (175,29,47). Sum of RGB (Red+Green+Blue) = 175+29+47=251 (33% of max value = 765). Red value is 175 (68.75% from 255 or 69.72% from 251); Green value is 29 (11.72% from 255 or 11.55% from 251); Blue value is 47 (18.75% from 255 or 18.73% from 251); Max value from RGB is 175 - color contains mainly: red. Hex color #AF1D2F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AF1D2F is #50E2D0. Grayscale: #4A4A4A. Windows color (decimal): -5300945 or 3087791. OLE color: 3087791.

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

Color convert

RGB 175 29 47 -
CMYK 0 0.83 0.73 0.31
HSL 352.6º 0.72% 0.4% -
HSV(B) 352.6º 0.83% 0.69% -
XYZ 18.63 10.2 3.68 -
YUV 74.71 112.37 199.54 -
System Red Green Blue C M Y K H S L
Decimal 175 29 47 0 0.83 0.73 0.31 352.6 0.72 0.4
Hex AF 1D 2F 0 53 49 1F 161 48 28
Octal 257 35 57 0 123 111 37 541 110 50
Binary 10101111 11101 101111 0 1010011 1001001 11111 101100001 1001000 101000

Color Harmonies of #AF1D2F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF1D2F

Black with #AF1D2F

Text Example


Text Example

White with #AF1D2F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF1D2F; }

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

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

background-color css

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

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

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

border-color css

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

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

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