Html Css Color HEX #C8083E Crimson

📋 copy color: '#C8083E'

red 200 ◦ green 8 ◦ blue 62

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

Shades of Crimson #C8083E

Tints of Crimson #C8083E

RGB

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

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

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

R = 74.07%
G = 2.96%
B = 22.96%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.69

 K value IS 0.22

RGB Variations

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

Color information

#C8083E (or 0xC8083E) is known color: Crimson. HEX triplet: C8, 08 and 3E. RGB value is (200,8,62). Sum of RGB (Red+Green+Blue) = 200+8+62=270 (35% of max value = 765). Red value is 200 (78.52% from 255 or 74.07% from 270); Green value is 8 (3.52% from 255 or 2.96% from 270); Blue value is 62 (24.61% from 255 or 22.96% from 270); Max value from RGB is 200 - color contains mainly: red. Hex color #C8083E is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C8083E is #37F7C1. Grayscale: #474747. Windows color (decimal): -3667906 or 4065480. OLE color: 4065480.

HSL color Cylindrical-coordinate representation of color #C8083E: hue angle of 343.12º degrees, saturation: 0.92, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #C8083E is Cyan = 0, Magento = 0.96, Yellow = 0.69 and Black (K on CMYK) = 0.22.

Color convert

RGB 200 8 62 -
CMYK 0 0.96 0.69 0.22
HSL 343.13º 0.92% 0.41% -
HSV(B) 343.13º 0.96% 0.78% -
XYZ 24.78 12.8 5.72 -
YUV 71.56 122.61 219.61 -
System Red Green Blue C M Y K H S L
Decimal 200 8 62 0 0.96 0.69 0.22 343.13 0.92 0.41
Hex C8 8 3E 0 60 45 16 157 5C 29
Octal 310 10 76 0 140 105 26 527 134 51
Binary 11001000 1000 111110 0 1100000 1000101 10110 101010111 1011100 101001

Color Harmonies of #C8083E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8083E

Black with #C8083E

Text Example


Text Example

White with #C8083E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8083E; }

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

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

background-color css

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

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

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

border-color css

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

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

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