Html Css Color HEX #AF2333 Cardinal

📋 copy color: '#AF2333'

red 175 ◦ green 35 ◦ blue 51

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

Shades of Cardinal #AF2333

Tints of Cardinal #AF2333

RGB

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

 GREEN value IS 35 (14.06% from 255) = 13.41%

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

R = 67.05%
G = 13.41%
B = 19.54%

CMYK

 C value IS 0

 M value IS 0.8

 Y value IS 0.71

 K value IS 0.31

RGB Variations

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

Color information

#AF2333 (or 0xAF2333) is known color: Cardinal. HEX triplet: AF, 23 and 33. RGB value is (175,35,51). Sum of RGB (Red+Green+Blue) = 175+35+51=261 (34% of max value = 765). Red value is 175 (68.75% from 255 or 67.05% from 261); Green value is 35 (14.06% from 255 or 13.41% from 261); Blue value is 51 (20.31% from 255 or 19.54% from 261); Max value from RGB is 175 - color contains mainly: red. Hex color #AF2333 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AF2333 is #50DCCC. Grayscale: #4E4E4E. Windows color (decimal): -5299405 or 3351471. OLE color: 3351471.

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

Color convert

RGB 175 35 51 -
CMYK 0 0.8 0.71 0.31
HSL 353.14º 0.67% 0.41% -
HSV(B) 353.14º 0.8% 0.69% -
XYZ 18.88 10.56 4.17 -
YUV 78.68 112.38 196.7 -
System Red Green Blue C M Y K H S L
Decimal 175 35 51 0 0.8 0.71 0.31 353.14 0.67 0.41
Hex AF 23 33 0 50 47 1F 161 43 29
Octal 257 43 63 0 120 107 37 541 103 51
Binary 10101111 100011 110011 0 1010000 1000111 11111 101100001 1000011 101001

Color Harmonies of #AF2333

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF2333

Black with #AF2333

Text Example


Text Example

White with #AF2333

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF2333; }

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

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

background-color css

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

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

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

border-color css

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

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

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