Html Css Color HEX #CC1339 Cardinal

📋 copy color: '#CC1339'

red 204 ◦ green 19 ◦ blue 57

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

Shades of Cardinal #CC1339

Tints of Cardinal #CC1339

RGB

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

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

 BLUE value IS 57 (22.66% from 255) = 20.36%

R = 72.86%
G = 6.79%
B = 20.36%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.72

 K value IS 0.2

RGB Variations

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

Color information

#CC1339 (or 0xCC1339) is known color: Cardinal. HEX triplet: CC, 13 and 39. RGB value is (204,19,57). Sum of RGB (Red+Green+Blue) = 204+19+57=280 (37% of max value = 765). Red value is 204 (80.08% from 255 or 72.86% from 280); Green value is 19 (7.81% from 255 or 6.79% from 280); Blue value is 57 (22.66% from 255 or 20.36% from 280); Max value from RGB is 204 - color contains mainly: red. Hex color #CC1339 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CC1339 is #33ECC6. Grayscale: #4E4E4E. Windows color (decimal): -3402951 or 3740620. OLE color: 3740620.

HSL color Cylindrical-coordinate representation of color #CC1339: hue angle of 347.68º 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 #CC1339 is Cyan = 0, Magento = 0.91, Yellow = 0.72 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 19 57 -
CMYK 0 0.91 0.72 0.2
HSL 347.68º 0.83% 0.44% -
HSV(B) 347.68º 0.91% 0.8% -
XYZ 25.87 13.6 5.13 -
YUV 78.65 115.79 217.41 -
System Red Green Blue C M Y K H S L
Decimal 204 19 57 0 0.91 0.72 0.2 347.68 0.83 0.44
Hex CC 13 39 0 5B 48 14 15C 53 2C
Octal 314 23 71 0 133 110 24 534 123 54
Binary 11001100 10011 111001 0 1011011 1001000 10100 101011100 1010011 101100

Color Harmonies of #CC1339

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC1339

Black with #CC1339

Text Example


Text Example

White with #CC1339

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC1339; }

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

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

background-color css

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

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

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

border-color css

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

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

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