Html Css Color HEX #AF212E Cardinal

📋 copy color: '#AF212E'

red 175 ◦ green 33 ◦ blue 46

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

Shades of Cardinal #AF212E

Tints of Cardinal #AF212E

RGB

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

 GREEN value IS 33 (13.28% from 255) = 12.99%

 BLUE value IS 46 (18.36% from 255) = 18.11%

R = 68.9%
G = 12.99%
B = 18.11%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.74

 K value IS 0.31

RGB Variations

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

Color information

#AF212E (or 0xAF212E) is known color: Cardinal. HEX triplet: AF, 21 and 2E. RGB value is (175,33,46). Sum of RGB (Red+Green+Blue) = 175+33+46=254 (33% of max value = 765). Red value is 175 (68.75% from 255 or 68.90% from 254); Green value is 33 (13.28% from 255 or 12.99% from 254); Blue value is 46 (18.36% from 255 or 18.11% from 254); Max value from RGB is 175 - color contains mainly: red. Hex color #AF212E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AF212E is #50DED1. Grayscale: #4D4D4D. Windows color (decimal): -5299922 or 3023279. OLE color: 3023279.

HSL color Cylindrical-coordinate representation of color #AF212E: hue angle of 354.51º degrees, saturation: 0.68, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #AF212E is Cyan = 0, Magento = 0.81, Yellow = 0.74 and Black (K on CMYK) = 0.31.

Color convert

RGB 175 33 46 -
CMYK 0 0.81 0.74 0.31
HSL 354.51º 0.68% 0.41% -
HSV(B) 354.51º 0.81% 0.69% -
XYZ 18.72 10.4 3.61 -
YUV 76.94 110.54 197.94 -
System Red Green Blue C M Y K H S L
Decimal 175 33 46 0 0.81 0.74 0.31 354.51 0.68 0.41
Hex AF 21 2E 0 51 4A 1F 163 44 29
Octal 257 41 56 0 121 112 37 543 104 51
Binary 10101111 100001 101110 0 1010001 1001010 11111 101100011 1000100 101001

Color Harmonies of #AF212E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF212E

Black with #AF212E

Text Example


Text Example

White with #AF212E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF212E; }

 p { color: rgb(175,33,46); }

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

background-color css

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

 a { background-color: rgb(175,33,46); }

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

border-color css

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

 span { border-color: rgb(175,33,46); }

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