Html Css Color HEX #CC1333 Cardinal

📋 copy color: '#CC1333'

red 204 ◦ green 19 ◦ blue 51

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

Shades of Cardinal #CC1333

Tints of Cardinal #CC1333

RGB

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

 GREEN value IS 19 (7.81% from 255) = 6.93%

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

R = 74.45%
G = 6.93%
B = 18.61%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.75

 K value IS 0.2

RGB Variations

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

Color information

#CC1333 (or 0xCC1333) is known color: Cardinal. HEX triplet: CC, 13 and 33. RGB value is (204,19,51). Sum of RGB (Red+Green+Blue) = 204+19+51=274 (36% of max value = 765). Red value is 204 (80.08% from 255 or 74.45% from 274); Green value is 19 (7.81% from 255 or 6.93% from 274); Blue value is 51 (20.31% from 255 or 18.61% from 274); Max value from RGB is 204 - color contains mainly: red. Hex color #CC1333 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CC1333 is #33ECCC. Grayscale: #4E4E4E. Windows color (decimal): -3402957 or 3347404. OLE color: 3347404.

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

Color convert

RGB 204 19 51 -
CMYK 0 0.91 0.75 0.2
HSL 349.62º 0.83% 0.44% -
HSV(B) 349.62º 0.91% 0.8% -
XYZ 25.73 13.54 4.39 -
YUV 77.96 112.79 217.9 -
System Red Green Blue C M Y K H S L
Decimal 204 19 51 0 0.91 0.75 0.2 349.62 0.83 0.44
Hex CC 13 33 0 5B 4B 14 15E 53 2C
Octal 314 23 63 0 133 113 24 536 123 54
Binary 11001100 10011 110011 0 1011011 1001011 10100 101011110 1010011 101100

Color Harmonies of #CC1333

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC1333

Black with #CC1333

Text Example


Text Example

White with #CC1333

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC1333; }

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

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

background-color css

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

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

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

border-color css

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

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

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