Html Css Color HEX #CC1239 Cardinal

📋 copy color: '#CC1239'

red 204 ◦ green 18 ◦ blue 57

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

Shades of Cardinal #CC1239

Tints of Cardinal #CC1239

RGB

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

 GREEN value IS 18 (7.42% from 255) = 6.45%

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

R = 73.12%
G = 6.45%
B = 20.43%

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

#CC1239 (or 0xCC1239) is known color: Cardinal. HEX triplet: CC, 12 and 39. RGB value is (204,18,57). Sum of RGB (Red+Green+Blue) = 204+18+57=279 (36% of max value = 765). Red value is 204 (80.08% from 255 or 73.12% from 279); Green value is 18 (7.42% from 255 or 6.45% from 279); Blue value is 57 (22.66% from 255 or 20.43% from 279); Max value from RGB is 204 - color contains mainly: red. Hex color #CC1239 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CC1239 is #33EDC6. Grayscale: #4E4E4E. Windows color (decimal): -3403207 or 3740364. OLE color: 3740364.

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

Color convert

RGB 204 18 57 -
CMYK 0 0.91 0.72 0.2
HSL 347.42º 0.84% 0.44% -
HSV(B) 347.42º 0.91% 0.8% -
XYZ 25.86 13.57 5.13 -
YUV 78.06 116.12 217.83 -
System Red Green Blue C M Y K H S L
Decimal 204 18 57 0 0.91 0.72 0.2 347.42 0.84 0.44
Hex CC 12 39 0 5B 48 14 15B 54 2C
Octal 314 22 71 0 133 110 24 533 124 54
Binary 11001100 10010 111001 0 1011011 1001000 10100 101011011 1010100 101100

Color Harmonies of #CC1239

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC1239

Black with #CC1239

Text Example


Text Example

White with #CC1239

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC1239; }

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

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

background-color css

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

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

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

border-color css

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

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

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