Html Css Color HEX #CC2333 Cardinal

📋 copy color: '#CC2333'

red 204 ◦ green 35 ◦ blue 51

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

Shades of Cardinal #CC2333

Tints of Cardinal #CC2333

RGB

 RED value IS 204 (80.08% from 255) = 70.34%

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

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

R = 70.34%
G = 12.07%
B = 17.59%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.75

 K value IS 0.2

RGB Variations

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

Color information

#CC2333 (or 0xCC2333) is known color: Cardinal. HEX triplet: CC, 23 and 33. RGB value is (204,35,51). Sum of RGB (Red+Green+Blue) = 204+35+51=290 (38% of max value = 765). Red value is 204 (80.08% from 255 or 70.34% from 290); Green value is 35 (14.06% from 255 or 12.07% from 290); Blue value is 51 (20.31% from 255 or 17.59% from 290); Max value from RGB is 204 - color contains mainly: red. Hex color #CC2333 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CC2333 is #33DCCC. Grayscale: #575757. Windows color (decimal): -3398861 or 3351500. OLE color: 3351500.

HSL color Cylindrical-coordinate representation of color #CC2333: hue angle of 354.32º degrees, saturation: 0.71, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #CC2333 is Cyan = 0, Magento = 0.83, Yellow = 0.75 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 35 51 -
CMYK 0 0.83 0.75 0.2
HSL 354.32º 0.71% 0.47% -
HSV(B) 354.32º 0.83% 0.8% -
XYZ 26.1 14.28 4.51 -
YUV 87.36 107.49 211.2 -
System Red Green Blue C M Y K H S L
Decimal 204 35 51 0 0.83 0.75 0.2 354.32 0.71 0.47
Hex CC 23 33 0 53 4B 14 162 47 2F
Octal 314 43 63 0 123 113 24 542 107 57
Binary 11001100 100011 110011 0 1010011 1001011 10100 101100010 1000111 101111

Color Harmonies of #CC2333

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC2333

Black with #CC2333

Text Example


Text Example

White with #CC2333

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC2333; }

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

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

background-color css

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

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

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

border-color css

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

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

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