Html Css Color HEX #CC0738 Crimson

📋 copy color: '#CC0738'

red 204 ◦ green 7 ◦ blue 56

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

Shades of Crimson #CC0738

Tints of Crimson #CC0738

RGB

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

 GREEN value IS 7 (3.13% from 255) = 2.62%

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

R = 76.4%
G = 2.62%
B = 20.97%

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

#CC0738 (or 0xCC0738) is known color: Crimson. HEX triplet: CC, 07 and 38. RGB value is (204,7,56). Sum of RGB (Red+Green+Blue) = 204+7+56=267 (35% of max value = 765). Red value is 204 (80.08% from 255 or 76.40% from 267); Green value is 7 (3.12% from 255 or 2.62% from 267); Blue value is 56 (22.27% from 255 or 20.97% from 267); Max value from RGB is 204 - color contains mainly: red. Hex color #CC0738 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CC0738 is #33F8C7. Grayscale: #474747. Windows color (decimal): -3406024 or 3672012. OLE color: 3672012.

HSL color Cylindrical-coordinate representation of color #CC0738: hue angle of 345.08º degrees, saturation: 0.93, 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 #CC0738 is Cyan = 0, Magento = 0.97, Yellow = 0.73 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 7 56 -
CMYK 0 0.97 0.73 0.2
HSL 345.08º 0.93% 0.41% -
HSV(B) 345.08º 0.97% 0.8% -
XYZ 25.69 13.27 4.95 -
YUV 71.49 119.27 222.52 -
System Red Green Blue C M Y K H S L
Decimal 204 7 56 0 0.97 0.73 0.2 345.08 0.93 0.41
Hex CC 7 38 0 61 49 14 159 5D 29
Octal 314 7 70 0 141 111 24 531 135 51
Binary 11001100 111 111000 0 1100001 1001001 10100 101011001 1011101 101001

Color Harmonies of #CC0738

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC0738

Black with #CC0738

Text Example


Text Example

White with #CC0738

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC0738; }

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

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

background-color css

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

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

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

border-color css

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

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

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