Html Css Color HEX #CC0935 Crimson

📋 copy color: '#CC0935'

red 204 ◦ green 9 ◦ blue 53

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

Shades of Crimson #CC0935

Tints of Crimson #CC0935

RGB

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

 GREEN value IS 9 (3.91% from 255) = 3.38%

 BLUE value IS 53 (21.09% from 255) = 19.92%

R = 76.69%
G = 3.38%
B = 19.92%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.74

 K value IS 0.2

RGB Variations

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

Color information

#CC0935 (or 0xCC0935) is known color: Crimson. HEX triplet: CC, 09 and 35. RGB value is (204,9,53). Sum of RGB (Red+Green+Blue) = 204+9+53=266 (35% of max value = 765). Red value is 204 (80.08% from 255 or 76.69% from 266); Green value is 9 (3.91% from 255 or 3.38% from 266); Blue value is 53 (21.09% from 255 or 19.92% from 266); Max value from RGB is 204 - color contains mainly: red. Hex color #CC0935 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CC0935 is #33F6CA. Grayscale: #484848. Windows color (decimal): -3405515 or 3475916. OLE color: 3475916.

HSL color Cylindrical-coordinate representation of color #CC0935: hue angle of 346.46º degrees, saturation: 0.92, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #CC0935 is Cyan = 0, Magento = 0.96, Yellow = 0.74 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 9 53 -
CMYK 0 0.96 0.74 0.2
HSL 346.46º 0.92% 0.42% -
HSV(B) 346.46º 0.96% 0.8% -
XYZ 25.64 13.29 4.58 -
YUV 72.32 117.1 221.92 -
System Red Green Blue C M Y K H S L
Decimal 204 9 53 0 0.96 0.74 0.2 346.46 0.92 0.42
Hex CC 9 35 0 60 4A 14 15A 5C 2A
Octal 314 11 65 0 140 112 24 532 134 52
Binary 11001100 1001 110101 0 1100000 1001010 10100 101011010 1011100 101010

Color Harmonies of #CC0935

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC0935

Black with #CC0935

Text Example


Text Example

White with #CC0935

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC0935; }

 p { color: rgb(204,9,53); }

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

background-color css

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

 a { background-color: rgb(204,9,53); }

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

border-color css

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

 span { border-color: rgb(204,9,53); }

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