Html Css Color HEX #CC1733 Cardinal

📋 copy color: '#CC1733'

red 204 ◦ green 23 ◦ blue 51

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

Shades of Cardinal #CC1733

Tints of Cardinal #CC1733

RGB

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

 GREEN value IS 23 (9.38% from 255) = 8.27%

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

R = 73.38%
G = 8.27%
B = 18.35%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.75

 K value IS 0.2

RGB Variations

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

Color information

#CC1733 (or 0xCC1733) is known color: Cardinal. HEX triplet: CC, 17 and 33. RGB value is (204,23,51). Sum of RGB (Red+Green+Blue) = 204+23+51=278 (36% of max value = 765). Red value is 204 (80.08% from 255 or 73.38% from 278); Green value is 23 (9.38% from 255 or 8.27% from 278); Blue value is 51 (20.31% from 255 or 18.35% from 278); Max value from RGB is 204 - color contains mainly: red. Hex color #CC1733 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CC1733 is #33E8CC. Grayscale: #505050. Windows color (decimal): -3401933 or 3348428. OLE color: 3348428.

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

Color convert

RGB 204 23 51 -
CMYK 0 0.89 0.75 0.2
HSL 350.72º 0.8% 0.45% -
HSV(B) 350.72º 0.89% 0.8% -
XYZ 25.81 13.69 4.41 -
YUV 80.31 111.47 216.22 -
System Red Green Blue C M Y K H S L
Decimal 204 23 51 0 0.89 0.75 0.2 350.72 0.8 0.45
Hex CC 17 33 0 59 4B 14 15F 50 2D
Octal 314 27 63 0 131 113 24 537 120 55
Binary 11001100 10111 110011 0 1011001 1001011 10100 101011111 1010000 101101

Color Harmonies of #CC1733

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC1733

Black with #CC1733

Text Example


Text Example

White with #CC1733

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC1733; }

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

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

background-color css

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

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

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

border-color css

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

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

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