Html Css Color HEX #CC0342 Crimson

📋 copy color: '#CC0342'

red 204 ◦ green 3 ◦ blue 66

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

Shades of Crimson #CC0342

Tints of Crimson #CC0342

RGB

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

 GREEN value IS 3 (1.56% from 255) = 1.1%

 BLUE value IS 66 (26.17% from 255) = 24.18%

R = 74.73%
G = 1.1%
B = 24.18%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.68

 K value IS 0.2

RGB Variations

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

Color information

#CC0342 (or 0xCC0342) is known color: Crimson. HEX triplet: CC, 03 and 42. RGB value is (204,3,66). Sum of RGB (Red+Green+Blue) = 204+3+66=273 (36% of max value = 765). Red value is 204 (80.08% from 255 or 74.73% from 273); Green value is 3 (1.56% from 255 or 1.10% from 273); Blue value is 66 (26.17% from 255 or 24.18% from 273); Max value from RGB is 204 - color contains mainly: red. Hex color #CC0342 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CC0342 is #33FCBD. Grayscale: #464646. Windows color (decimal): -3407038 or 4326348. OLE color: 4326348.

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

Color convert

RGB 204 3 66 -
CMYK 0 0.99 0.68 0.2
HSL 341.19º 0.97% 0.41% -
HSV(B) 341.19º 0.99% 0.8% -
XYZ 25.92 13.3 6.35 -
YUV 70.28 125.59 223.38 -
System Red Green Blue C M Y K H S L
Decimal 204 3 66 0 0.99 0.68 0.2 341.19 0.97 0.41
Hex CC 3 42 0 63 44 14 155 61 29
Octal 314 3 102 0 143 104 24 525 141 51
Binary 11001100 11 1000010 0 1100011 1000100 10100 101010101 1100001 101001

Color Harmonies of #CC0342

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC0342

Black with #CC0342

Text Example


Text Example

White with #CC0342

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC0342; }

 p { color: rgb(204,3,66); }

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

background-color css

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

 a { background-color: rgb(204,3,66); }

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

border-color css

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

 span { border-color: rgb(204,3,66); }

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