Html Css Color HEX #CC023B Crimson

📋 copy color: '#CC023B'

red 204 ◦ green 2 ◦ blue 59

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

Shades of Crimson #CC023B

Tints of Crimson #CC023B

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.75%

 BLUE value IS 59 (23.44% from 255) = 22.26%

R = 76.98%
G = 0.75%
B = 22.26%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.71

 K value IS 0.2

RGB Variations

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

Color information

#CC023B (or 0xCC023B) is known color: Crimson. HEX triplet: CC, 02 and 3B. RGB value is (204,2,59). Sum of RGB (Red+Green+Blue) = 204+2+59=265 (35% of max value = 765). Red value is 204 (80.08% from 255 or 76.98% from 265); Green value is 2 (1.17% from 255 or 0.75% from 265); Blue value is 59 (23.44% from 255 or 22.26% from 265); Max value from RGB is 204 - color contains mainly: red. Hex color #CC023B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CC023B is #33FDC4. Grayscale: #444444. Windows color (decimal): -3407301 or 3867340. OLE color: 3867340.

HSL color Cylindrical-coordinate representation of color #CC023B: hue angle of 343.07º degrees, saturation: 0.98, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #CC023B is Cyan = 0, Magento = 0.99, Yellow = 0.71 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 2 59 -
CMYK 0 0.99 0.71 0.2
HSL 343.07º 0.98% 0.4% -
HSV(B) 343.07º 0.99% 0.8% -
XYZ 25.71 13.2 5.33 -
YUV 68.9 122.42 224.37 -
System Red Green Blue C M Y K H S L
Decimal 204 2 59 0 0.99 0.71 0.2 343.07 0.98 0.4
Hex CC 2 3B 0 63 47 14 157 62 28
Octal 314 2 73 0 143 107 24 527 142 50
Binary 11001100 10 111011 0 1100011 1000111 10100 101010111 1100010 101000

Color Harmonies of #CC023B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC023B

Black with #CC023B

Text Example


Text Example

White with #CC023B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC023B; }

 p { color: rgb(204,2,59); }

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

background-color css

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

 a { background-color: rgb(204,2,59); }

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

border-color css

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

 span { border-color: rgb(204,2,59); }

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