Html Css Color HEX #CC0638 Crimson

📋 copy color: '#CC0638'

red 204 ◦ green 6 ◦ blue 56

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

Shades of Crimson #CC0638

Tints of Crimson #CC0638

RGB

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

 GREEN value IS 6 (2.73% from 255) = 2.26%

 BLUE value IS 56 (22.27% from 255) = 21.05%

R = 76.69%
G = 2.26%
B = 21.05%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.73

 K value IS 0.2

RGB Variations

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

Color information

#CC0638 (or 0xCC0638) is known color: Crimson. HEX triplet: CC, 06 and 38. RGB value is (204,6,56). Sum of RGB (Red+Green+Blue) = 204+6+56=266 (35% of max value = 765). Red value is 204 (80.08% from 255 or 76.69% from 266); Green value is 6 (2.73% from 255 or 2.26% from 266); Blue value is 56 (22.27% from 255 or 21.05% from 266); Max value from RGB is 204 - color contains mainly: red. Hex color #CC0638 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CC0638 is #33F9C7. Grayscale: #464646. Windows color (decimal): -3406280 or 3671756. OLE color: 3671756.

HSL color Cylindrical-coordinate representation of color #CC0638: hue angle of 344.85º degrees, saturation: 0.94, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #CC0638 is Cyan = 0, Magento = 0.97, Yellow = 0.73 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 6 56 -
CMYK 0 0.97 0.73 0.2
HSL 344.85º 0.94% 0.41% -
HSV(B) 344.85º 0.97% 0.8% -
XYZ 25.68 13.25 4.95 -
YUV 70.9 119.6 222.93 -
System Red Green Blue C M Y K H S L
Decimal 204 6 56 0 0.97 0.73 0.2 344.85 0.94 0.41
Hex CC 6 38 0 61 49 14 159 5E 29
Octal 314 6 70 0 141 111 24 531 136 51
Binary 11001100 110 111000 0 1100001 1001001 10100 101011001 1011110 101001

Color Harmonies of #CC0638

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC0638

Black with #CC0638

Text Example


Text Example

White with #CC0638

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC0638; }

 p { color: rgb(204,6,56); }

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

background-color css

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

 a { background-color: rgb(204,6,56); }

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

border-color css

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

 span { border-color: rgb(204,6,56); }

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