Html Css Color HEX #CC0344 Crimson

📋 copy color: '#CC0344'

red 204 ◦ green 3 ◦ blue 68

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

Shades of Crimson #CC0344

Tints of Crimson #CC0344

RGB

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

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

 BLUE value IS 68 (26.95% from 255) = 24.73%

R = 74.18%
G = 1.09%
B = 24.73%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.67

 K value IS 0.2

RGB Variations

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

Color information

#CC0344 (or 0xCC0344) is known color: Crimson. HEX triplet: CC, 03 and 44. RGB value is (204,3,68). Sum of RGB (Red+Green+Blue) = 204+3+68=275 (36% of max value = 765). Red value is 204 (80.08% from 255 or 74.18% from 275); Green value is 3 (1.56% from 255 or 1.09% from 275); Blue value is 68 (26.95% from 255 or 24.73% from 275); Max value from RGB is 204 - color contains mainly: red. Hex color #CC0344 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CC0344 is #33FCBB. Grayscale: #464646. Windows color (decimal): -3407036 or 4457420. OLE color: 4457420.

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

Color convert

RGB 204 3 68 -
CMYK 0 0.99 0.67 0.2
HSL 340.6º 0.97% 0.41% -
HSV(B) 340.6º 0.99% 0.8% -
XYZ 25.98 13.32 6.67 -
YUV 70.51 126.59 223.21 -
System Red Green Blue C M Y K H S L
Decimal 204 3 68 0 0.99 0.67 0.2 340.6 0.97 0.41
Hex CC 3 44 0 63 43 14 155 61 29
Octal 314 3 104 0 143 103 24 525 141 51
Binary 11001100 11 1000100 0 1100011 1000011 10100 101010101 1100001 101001

Color Harmonies of #CC0344

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC0344

Black with #CC0344

Text Example


Text Example

White with #CC0344

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC0344; }

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

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

background-color css

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

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

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

border-color css

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

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

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