Html Css Color HEX #CC0345 Crimson

📋 copy color: '#CC0345'

red 204 ◦ green 3 ◦ blue 69

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

Shades of Crimson #CC0345

Tints of Crimson #CC0345

RGB

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

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

 BLUE value IS 69 (27.34% from 255) = 25%

R = 73.91%
G = 1.09%
B = 25%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.66

 K value IS 0.2

RGB Variations

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

Color information

#CC0345 (or 0xCC0345) is known color: Crimson. HEX triplet: CC, 03 and 45. RGB value is (204,3,69). Sum of RGB (Red+Green+Blue) = 204+3+69=276 (36% of max value = 765). Red value is 204 (80.08% from 255 or 73.91% from 276); Green value is 3 (1.56% from 255 or 1.09% from 276); Blue value is 69 (27.34% from 255 or 25% from 276); Max value from RGB is 204 - color contains mainly: red. Hex color #CC0345 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CC0345 is #33FCBA. Grayscale: #464646. Windows color (decimal): -3407035 or 4522956. OLE color: 4522956.

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

Color convert

RGB 204 3 69 -
CMYK 0 0.99 0.66 0.2
HSL 340.3º 0.97% 0.41% -
HSV(B) 340.3º 0.99% 0.8% -
XYZ 26.01 13.33 6.83 -
YUV 70.62 127.09 223.13 -
System Red Green Blue C M Y K H S L
Decimal 204 3 69 0 0.99 0.66 0.2 340.3 0.97 0.41
Hex CC 3 45 0 63 42 14 154 61 29
Octal 314 3 105 0 143 102 24 524 141 51
Binary 11001100 11 1000101 0 1100011 1000010 10100 101010100 1100001 101001

Color Harmonies of #CC0345

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC0345

Black with #CC0345

Text Example


Text Example

White with #CC0345

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC0345; }

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

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

background-color css

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

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

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

border-color css

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

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

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