Html Css Color HEX #CC083A Crimson

📋 copy color: '#CC083A'

red 204 ◦ green 8 ◦ blue 58

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

Shades of Crimson #CC083A

Tints of Crimson #CC083A

RGB

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

 GREEN value IS 8 (3.52% from 255) = 2.96%

 BLUE value IS 58 (23.05% from 255) = 21.48%

R = 75.56%
G = 2.96%
B = 21.48%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.72

 K value IS 0.2

RGB Variations

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

Color information

#CC083A (or 0xCC083A) is known color: Crimson. HEX triplet: CC, 08 and 3A. RGB value is (204,8,58). Sum of RGB (Red+Green+Blue) = 204+8+58=270 (35% of max value = 765). Red value is 204 (80.08% from 255 or 75.56% from 270); Green value is 8 (3.52% from 255 or 2.96% from 270); Blue value is 58 (23.05% from 255 or 21.48% from 270); Max value from RGB is 204 - color contains mainly: red. Hex color #CC083A is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CC083A is #33F7C5. Grayscale: #484848. Windows color (decimal): -3405766 or 3803340. OLE color: 3803340.

HSL color Cylindrical-coordinate representation of color #CC083A: hue angle of 344.69º degrees, saturation: 0.92, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #CC083A is Cyan = 0, Magento = 0.96, Yellow = 0.72 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 8 58 -
CMYK 0 0.96 0.72 0.2
HSL 344.69º 0.92% 0.42% -
HSV(B) 344.69º 0.96% 0.8% -
XYZ 25.75 13.32 5.22 -
YUV 72.3 119.93 221.93 -
System Red Green Blue C M Y K H S L
Decimal 204 8 58 0 0.96 0.72 0.2 344.69 0.92 0.42
Hex CC 8 3A 0 60 48 14 159 5C 2A
Octal 314 10 72 0 140 110 24 531 134 52
Binary 11001100 1000 111010 0 1100000 1001000 10100 101011001 1011100 101010

Color Harmonies of #CC083A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC083A

Black with #CC083A

Text Example


Text Example

White with #CC083A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC083A; }

 p { color: rgb(204,8,58); }

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

background-color css

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

 a { background-color: rgb(204,8,58); }

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

border-color css

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

 span { border-color: rgb(204,8,58); }

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