Html Css Color HEX #CC2633 Cardinal

📋 copy color: '#CC2633'

red 204 ◦ green 38 ◦ blue 51

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

Shades of Cardinal #CC2633

Tints of Cardinal #CC2633

RGB

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

 GREEN value IS 38 (15.23% from 255) = 12.97%

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

R = 69.62%
G = 12.97%
B = 17.41%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.75

 K value IS 0.2

RGB Variations

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

Color information

#CC2633 (or 0xCC2633) is known color: Cardinal. HEX triplet: CC, 26 and 33. RGB value is (204,38,51). Sum of RGB (Red+Green+Blue) = 204+38+51=293 (38% of max value = 765). Red value is 204 (80.08% from 255 or 69.62% from 293); Green value is 38 (15.23% from 255 or 12.97% from 293); Blue value is 51 (20.31% from 255 or 17.41% from 293); Max value from RGB is 204 - color contains mainly: red. Hex color #CC2633 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CC2633 is #33D9CC. Grayscale: #595959. Windows color (decimal): -3398093 or 3352268. OLE color: 3352268.

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

Color convert

RGB 204 38 51 -
CMYK 0 0.81 0.75 0.2
HSL 355.3º 0.69% 0.47% -
HSV(B) 355.3º 0.81% 0.8% -
XYZ 26.19 14.46 4.54 -
YUV 89.12 106.5 209.94 -
System Red Green Blue C M Y K H S L
Decimal 204 38 51 0 0.81 0.75 0.2 355.3 0.69 0.47
Hex CC 26 33 0 51 4B 14 163 45 2F
Octal 314 46 63 0 121 113 24 543 105 57
Binary 11001100 100110 110011 0 1010001 1001011 10100 101100011 1000101 101111

Color Harmonies of #CC2633

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC2633

Black with #CC2633

Text Example


Text Example

White with #CC2633

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC2633; }

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

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

background-color css

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

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

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

border-color css

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

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

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