Html Css Color HEX #CC1345 Crimson

📋 copy color: '#CC1345'

red 204 ◦ green 19 ◦ blue 69

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

Shades of Crimson #CC1345

Tints of Crimson #CC1345

RGB

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

 GREEN value IS 19 (7.81% from 255) = 6.51%

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

R = 69.86%
G = 6.51%
B = 23.63%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.66

 K value IS 0.2

RGB Variations

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

Color information

#CC1345 (or 0xCC1345) is known color: Crimson. HEX triplet: CC, 13 and 45. RGB value is (204,19,69). Sum of RGB (Red+Green+Blue) = 204+19+69=292 (38% of max value = 765). Red value is 204 (80.08% from 255 or 69.86% from 292); Green value is 19 (7.81% from 255 or 6.51% from 292); Blue value is 69 (27.34% from 255 or 23.63% from 292); Max value from RGB is 204 - color contains mainly: red. Hex color #CC1345 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CC1345 is #33ECBA. Grayscale: #505050. Windows color (decimal): -3402939 or 4527052. OLE color: 4527052.

HSL color Cylindrical-coordinate representation of color #CC1345: hue angle of 343.78º degrees, saturation: 0.83, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #CC1345 is Cyan = 0, Magento = 0.91, Yellow = 0.66 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 19 69 -
CMYK 0 0.91 0.66 0.2
HSL 343.78º 0.83% 0.44% -
HSV(B) 343.78º 0.91% 0.8% -
XYZ 26.21 13.73 6.9 -
YUV 80.02 121.79 216.43 -
System Red Green Blue C M Y K H S L
Decimal 204 19 69 0 0.91 0.66 0.2 343.78 0.83 0.44
Hex CC 13 45 0 5B 42 14 158 53 2C
Octal 314 23 105 0 133 102 24 530 123 54
Binary 11001100 10011 1000101 0 1011011 1000010 10100 101011000 1010011 101100

Color Harmonies of #CC1345

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC1345

Black with #CC1345

Text Example


Text Example

White with #CC1345

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC1345; }

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

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

background-color css

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

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

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

border-color css

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

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

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