Html Css Color HEX #C8023C Crimson

📋 copy color: '#C8023C'

red 200 ◦ green 2 ◦ blue 60

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

Shades of Crimson #C8023C

Tints of Crimson #C8023C

RGB

 RED value IS 200 (78.52% from 255) = 76.34%

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

 BLUE value IS 60 (23.83% from 255) = 22.9%

R = 76.34%
G = 0.76%
B = 22.9%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.7

 K value IS 0.22

RGB Variations

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

Color information

#C8023C (or 0xC8023C) is known color: Crimson. HEX triplet: C8, 02 and 3C. RGB value is (200,2,60). Sum of RGB (Red+Green+Blue) = 200+2+60=262 (34% of max value = 765). Red value is 200 (78.52% from 255 or 76.34% from 262); Green value is 2 (1.17% from 255 or 0.76% from 262); Blue value is 60 (23.83% from 255 or 22.90% from 262); Max value from RGB is 200 - color contains mainly: red. Hex color #C8023C is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C8023C is #37FDC3. Grayscale: #434343. Windows color (decimal): -3669444 or 3932872. OLE color: 3932872.

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

Color convert

RGB 200 2 60 -
CMYK 0 0.99 0.7 0.22
HSL 342.42º 0.98% 0.4% -
HSV(B) 342.42º 0.99% 0.78% -
XYZ 24.66 12.65 5.42 -
YUV 67.81 123.6 222.28 -
System Red Green Blue C M Y K H S L
Decimal 200 2 60 0 0.99 0.7 0.22 342.42 0.98 0.4
Hex C8 2 3C 0 63 46 16 156 62 28
Octal 310 2 74 0 143 106 26 526 142 50
Binary 11001000 10 111100 0 1100011 1000110 10110 101010110 1100010 101000

Color Harmonies of #C8023C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8023C

Black with #C8023C

Text Example


Text Example

White with #C8023C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8023C; }

 p { color: rgb(200,2,60); }

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

background-color css

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

 a { background-color: rgb(200,2,60); }

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

border-color css

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

 span { border-color: rgb(200,2,60); }

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