Html Css Color HEX #CC134A Crimson

📋 copy color: '#CC134A'

red 204 ◦ green 19 ◦ blue 74

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

Shades of Crimson #CC134A

Tints of Crimson #CC134A

RGB

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

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

 BLUE value IS 74 (29.3% from 255) = 24.92%

R = 68.69%
G = 6.4%
B = 24.92%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.64

 K value IS 0.2

RGB Variations

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

Color information

#CC134A (or 0xCC134A) is known color: Crimson. HEX triplet: CC, 13 and 4A. RGB value is (204,19,74). Sum of RGB (Red+Green+Blue) = 204+19+74=297 (39% of max value = 765). Red value is 204 (80.08% from 255 or 68.69% from 297); Green value is 19 (7.81% from 255 or 6.40% from 297); Blue value is 74 (29.30% from 255 or 24.92% from 297); Max value from RGB is 204 - color contains mainly: red. Hex color #CC134A is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CC134A is #33ECB5. Grayscale: #505050. Windows color (decimal): -3402934 or 4854732. OLE color: 4854732.

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

Color convert

RGB 204 19 74 -
CMYK 0 0.91 0.64 0.2
HSL 342.16º 0.83% 0.44% -
HSV(B) 342.16º 0.91% 0.8% -
XYZ 26.37 13.8 7.75 -
YUV 80.59 124.29 216.03 -
System Red Green Blue C M Y K H S L
Decimal 204 19 74 0 0.91 0.64 0.2 342.16 0.83 0.44
Hex CC 13 4A 0 5B 40 14 156 53 2C
Octal 314 23 112 0 133 100 24 526 123 54
Binary 11001100 10011 1001010 0 1011011 1000000 10100 101010110 1010011 101100

Color Harmonies of #CC134A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC134A

Black with #CC134A

Text Example


Text Example

White with #CC134A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC134A; }

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

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

background-color css

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

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

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

border-color css

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

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

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