Html Css Color HEX #C8063C Crimson

📋 copy color: '#C8063C'

red 200 ◦ green 6 ◦ blue 60

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

Shades of Crimson #C8063C

Tints of Crimson #C8063C

RGB

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

 GREEN value IS 6 (2.73% from 255) = 2.26%

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

R = 75.19%
G = 2.26%
B = 22.56%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.7

 K value IS 0.22

RGB Variations

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

Color information

#C8063C (or 0xC8063C) is known color: Crimson. HEX triplet: C8, 06 and 3C. RGB value is (200,6,60). Sum of RGB (Red+Green+Blue) = 200+6+60=266 (35% of max value = 765). Red value is 200 (78.52% from 255 or 75.19% from 266); Green value is 6 (2.73% from 255 or 2.26% from 266); Blue value is 60 (23.83% from 255 or 22.56% from 266); Max value from RGB is 200 - color contains mainly: red. Hex color #C8063C is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C8063C is #37F9C3. Grayscale: #464646. Windows color (decimal): -3668420 or 3933896. OLE color: 3933896.

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

Color convert

RGB 200 6 60 -
CMYK 0 0.97 0.7 0.22
HSL 343.3º 0.94% 0.4% -
HSV(B) 343.3º 0.97% 0.78% -
XYZ 24.7 12.74 5.43 -
YUV 70.16 122.27 220.61 -
System Red Green Blue C M Y K H S L
Decimal 200 6 60 0 0.97 0.7 0.22 343.3 0.94 0.4
Hex C8 6 3C 0 61 46 16 157 5E 28
Octal 310 6 74 0 141 106 26 527 136 50
Binary 11001000 110 111100 0 1100001 1000110 10110 101010111 1011110 101000

Color Harmonies of #C8063C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8063C

Black with #C8063C

Text Example


Text Example

White with #C8063C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8063C; }

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

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

background-color css

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

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

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

border-color css

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

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

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