Html Css Color HEX #AF2433 Cardinal

📋 copy color: '#AF2433'

red 175 ◦ green 36 ◦ blue 51

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

Shades of Cardinal #AF2433

Tints of Cardinal #AF2433

RGB

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

 GREEN value IS 36 (14.45% from 255) = 13.74%

 BLUE value IS 51 (20.31% from 255) = 19.47%

R = 66.79%
G = 13.74%
B = 19.47%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.71

 K value IS 0.31

RGB Variations

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

Color information

#AF2433 (or 0xAF2433) is known color: Cardinal. HEX triplet: AF, 24 and 33. RGB value is (175,36,51). Sum of RGB (Red+Green+Blue) = 175+36+51=262 (34% of max value = 765). Red value is 175 (68.75% from 255 or 66.79% from 262); Green value is 36 (14.45% from 255 or 13.74% from 262); Blue value is 51 (20.31% from 255 or 19.47% from 262); Max value from RGB is 175 - color contains mainly: red. Hex color #AF2433 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AF2433 is #50DBCC. Grayscale: #4F4F4F. Windows color (decimal): -5299149 or 3351727. OLE color: 3351727.

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

Color convert

RGB 175 36 51 -
CMYK 0 0.79 0.71 0.31
HSL 353.53º 0.66% 0.41% -
HSV(B) 353.53º 0.79% 0.69% -
XYZ 18.91 10.61 4.18 -
YUV 79.27 112.05 196.28 -
System Red Green Blue C M Y K H S L
Decimal 175 36 51 0 0.79 0.71 0.31 353.53 0.66 0.41
Hex AF 24 33 0 4F 47 1F 162 42 29
Octal 257 44 63 0 117 107 37 542 102 51
Binary 10101111 100100 110011 0 1001111 1000111 11111 101100010 1000010 101001

Color Harmonies of #AF2433

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF2433

Black with #AF2433

Text Example


Text Example

White with #AF2433

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF2433; }

 p { color: rgb(175,36,51); }

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

background-color css

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

 a { background-color: rgb(175,36,51); }

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

border-color css

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

 span { border-color: rgb(175,36,51); }

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