Html Css Color HEX #CC072F Crimson

📋 copy color: '#CC072F'

red 204 ◦ green 7 ◦ blue 47

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

Shades of Crimson #CC072F

Tints of Crimson #CC072F

RGB

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

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

 BLUE value IS 47 (18.75% from 255) = 18.22%

R = 79.07%
G = 2.71%
B = 18.22%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.77

 K value IS 0.2

RGB Variations

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

Color information

#CC072F (or 0xCC072F) is known color: Crimson. HEX triplet: CC, 07 and 2F. RGB value is (204,7,47). Sum of RGB (Red+Green+Blue) = 204+7+47=258 (34% of max value = 765). Red value is 204 (80.08% from 255 or 79.07% from 258); Green value is 7 (3.12% from 255 or 2.71% from 258); Blue value is 47 (18.75% from 255 or 18.22% from 258); Max value from RGB is 204 - color contains mainly: red. Hex color #CC072F is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CC072F is #33F8D0. Grayscale: #464646. Windows color (decimal): -3406033 or 3082188. OLE color: 3082188.

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

Color convert

RGB 204 7 47 -
CMYK 0 0.97 0.77 0.2
HSL 347.82º 0.93% 0.41% -
HSV(B) 347.82º 0.97% 0.8% -
XYZ 25.49 13.19 3.89 -
YUV 70.46 114.77 223.25 -
System Red Green Blue C M Y K H S L
Decimal 204 7 47 0 0.97 0.77 0.2 347.82 0.93 0.41
Hex CC 7 2F 0 61 4D 14 15C 5D 29
Octal 314 7 57 0 141 115 24 534 135 51
Binary 11001100 111 101111 0 1100001 1001101 10100 101011100 1011101 101001

Color Harmonies of #CC072F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC072F

Black with #CC072F

Text Example


Text Example

White with #CC072F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC072F; }

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

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

background-color css

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

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

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

border-color css

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

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

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