Html Css Color HEX #C8063E Crimson

📋 copy color: '#C8063E'

red 200 ◦ green 6 ◦ blue 62

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

Shades of Crimson #C8063E

Tints of Crimson #C8063E

RGB

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

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

 BLUE value IS 62 (24.61% from 255) = 23.13%

R = 74.63%
G = 2.24%
B = 23.13%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.69

 K value IS 0.22

RGB Variations

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

Color information

#C8063E (or 0xC8063E) is known color: Crimson. HEX triplet: C8, 06 and 3E. RGB value is (200,6,62). Sum of RGB (Red+Green+Blue) = 200+6+62=268 (35% of max value = 765). Red value is 200 (78.52% from 255 or 74.63% from 268); Green value is 6 (2.73% from 255 or 2.24% from 268); Blue value is 62 (24.61% from 255 or 23.13% from 268); Max value from RGB is 200 - color contains mainly: red. Hex color #C8063E is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C8063E is #37F9C1. Grayscale: #464646. Windows color (decimal): -3668418 or 4064968. OLE color: 4064968.

HSL color Cylindrical-coordinate representation of color #C8063E: hue angle of 342.68º 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 #C8063E is Cyan = 0, Magento = 0.97, Yellow = 0.69 and Black (K on CMYK) = 0.22.

Color convert

RGB 200 6 62 -
CMYK 0 0.97 0.69 0.22
HSL 342.68º 0.94% 0.4% -
HSV(B) 342.68º 0.97% 0.78% -
XYZ 24.75 12.76 5.72 -
YUV 70.39 123.27 220.45 -
System Red Green Blue C M Y K H S L
Decimal 200 6 62 0 0.97 0.69 0.22 342.68 0.94 0.4
Hex C8 6 3E 0 61 45 16 157 5E 28
Octal 310 6 76 0 141 105 26 527 136 50
Binary 11001000 110 111110 0 1100001 1000101 10110 101010111 1011110 101000

Color Harmonies of #C8063E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8063E

Black with #C8063E

Text Example


Text Example

White with #C8063E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8063E; }

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

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

background-color css

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

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

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

border-color css

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

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

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