Html Css Color HEX #CC073A Crimson

📋 copy color: '#CC073A'

red 204 ◦ green 7 ◦ blue 58

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

Shades of Crimson #CC073A

Tints of Crimson #CC073A

RGB

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

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

 BLUE value IS 58 (23.05% from 255) = 21.56%

R = 75.84%
G = 2.6%
B = 21.56%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.72

 K value IS 0.2

RGB Variations

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

Color information

#CC073A (or 0xCC073A) is known color: Crimson. HEX triplet: CC, 07 and 3A. RGB value is (204,7,58). Sum of RGB (Red+Green+Blue) = 204+7+58=269 (35% of max value = 765). Red value is 204 (80.08% from 255 or 75.84% from 269); Green value is 7 (3.12% from 255 or 2.60% from 269); Blue value is 58 (23.05% from 255 or 21.56% from 269); Max value from RGB is 204 - color contains mainly: red. Hex color #CC073A is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CC073A is #33F8C5. Grayscale: #474747. Windows color (decimal): -3406022 or 3803084. OLE color: 3803084.

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

Color convert

RGB 204 7 58 -
CMYK 0 0.97 0.72 0.2
HSL 344.47º 0.93% 0.41% -
HSV(B) 344.47º 0.97% 0.8% -
XYZ 25.74 13.29 5.21 -
YUV 71.72 120.27 222.35 -
System Red Green Blue C M Y K H S L
Decimal 204 7 58 0 0.97 0.72 0.2 344.47 0.93 0.41
Hex CC 7 3A 0 61 48 14 158 5D 29
Octal 314 7 72 0 141 110 24 530 135 51
Binary 11001100 111 111010 0 1100001 1001000 10100 101011000 1011101 101001

Color Harmonies of #CC073A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC073A

Black with #CC073A

Text Example


Text Example

White with #CC073A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC073A; }

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

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

background-color css

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

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

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

border-color css

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

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

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