Html Css Color HEX #CC253C Cardinal

📋 copy color: '#CC253C'

red 204 ◦ green 37 ◦ blue 60

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

Shades of Cardinal #CC253C

Tints of Cardinal #CC253C

RGB

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

 GREEN value IS 37 (14.84% from 255) = 12.29%

 BLUE value IS 60 (23.83% from 255) = 19.93%

R = 67.77%
G = 12.29%
B = 19.93%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.71

 K value IS 0.2

RGB Variations

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

Color information

#CC253C (or 0xCC253C) is known color: Cardinal. HEX triplet: CC, 25 and 3C. RGB value is (204,37,60). Sum of RGB (Red+Green+Blue) = 204+37+60=301 (39% of max value = 765). Red value is 204 (80.08% from 255 or 67.77% from 301); Green value is 37 (14.84% from 255 or 12.29% from 301); Blue value is 60 (23.83% from 255 or 19.93% from 301); Max value from RGB is 204 - color contains mainly: red. Hex color #CC253C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CC253C is #33DAC3. Grayscale: #595959. Windows color (decimal): -3398340 or 3941836. OLE color: 3941836.

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

Color convert

RGB 204 37 60 -
CMYK 0 0.82 0.71 0.2
HSL 351.74º 0.69% 0.47% -
HSV(B) 351.74º 0.82% 0.8% -
XYZ 26.38 14.49 5.68 -
YUV 89.56 111.33 209.63 -
System Red Green Blue C M Y K H S L
Decimal 204 37 60 0 0.82 0.71 0.2 351.74 0.69 0.47
Hex CC 25 3C 0 52 47 14 160 45 2F
Octal 314 45 74 0 122 107 24 540 105 57
Binary 11001100 100101 111100 0 1010010 1000111 10100 101100000 1000101 101111

Color Harmonies of #CC253C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC253C

Black with #CC253C

Text Example


Text Example

White with #CC253C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC253C; }

 p { color: rgb(204,37,60); }

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

background-color css

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

 a { background-color: rgb(204,37,60); }

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

border-color css

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

 span { border-color: rgb(204,37,60); }

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