Html Css Color HEX #CC073E Crimson

📋 copy color: '#CC073E'

red 204 ◦ green 7 ◦ blue 62

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

Shades of Crimson #CC073E

Tints of Crimson #CC073E

RGB

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

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

 BLUE value IS 62 (24.61% from 255) = 22.71%

R = 74.73%
G = 2.56%
B = 22.71%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.70

 K value IS 0.2

RGB Variations

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

Color information

#CC073E (or 0xCC073E) is known color: Crimson. HEX triplet: CC, 07 and 3E. RGB value is (204,7,62). Sum of RGB (Red+Green+Blue) = 204+7+62=273 (36% of max value = 765). Red value is 204 (80.08% from 255 or 74.73% from 273); Green value is 7 (3.12% from 255 or 2.56% from 273); Blue value is 62 (24.61% from 255 or 22.71% from 273); Max value from RGB is 204 - color contains mainly: red. Hex color #CC073E is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CC073E is #33F8C1. Grayscale: #484848. Windows color (decimal): -3406018 or 4065228. OLE color: 4065228.

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

Color convert

RGB 204 7 62 -
CMYK 0 0.97 0.70 0.2
HSL 343.25º 0.93% 0.41% -
HSV(B) 343.25º 0.97% 0.8% -
XYZ 25.85 13.34 5.77 -
YUV 72.17 122.27 222.03 -
System Red Green Blue C M Y K H S L
Decimal 204 7 62 0 0.97 0.70 0.2 343.25 0.93 0.41
Hex CC 7 3E 0 61 46 14 157 5D 29
Octal 314 7 76 0 141 106 24 527 135 51
Binary 11001100 111 111110 0 1100001 1000110 10100 101010111 1011101 101001

Color Harmonies of #CC073E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC073E

Black with #CC073E

Text Example


Text Example

White with #CC073E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC073E; }

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

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

background-color css

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

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

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

border-color css

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

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

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