Html Css Color HEX #C8083F Crimson

📋 copy color: '#C8083F'

red 200 ◦ green 8 ◦ blue 63

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

Shades of Crimson #C8083F

Tints of Crimson #C8083F

RGB

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

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

 BLUE value IS 63 (25% from 255) = 23.25%

R = 73.8%
G = 2.95%
B = 23.25%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.68

 K value IS 0.22

RGB Variations

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

Color information

#C8083F (or 0xC8083F) is known color: Crimson. HEX triplet: C8, 08 and 3F. RGB value is (200,8,63). Sum of RGB (Red+Green+Blue) = 200+8+63=271 (35% of max value = 765). Red value is 200 (78.52% from 255 or 73.80% from 271); Green value is 8 (3.52% from 255 or 2.95% from 271); Blue value is 63 (25% from 255 or 23.25% from 271); Max value from RGB is 200 - color contains mainly: red. Hex color #C8083F is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C8083F is #37F7C0. Grayscale: #474747. Windows color (decimal): -3667905 or 4131016. OLE color: 4131016.

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

Color convert

RGB 200 8 63 -
CMYK 0 0.96 0.68 0.22
HSL 342.81º 0.92% 0.41% -
HSV(B) 342.81º 0.96% 0.78% -
XYZ 24.8 12.81 5.87 -
YUV 71.68 123.11 219.53 -
System Red Green Blue C M Y K H S L
Decimal 200 8 63 0 0.96 0.68 0.22 342.81 0.92 0.41
Hex C8 8 3F 0 60 44 16 157 5C 29
Octal 310 10 77 0 140 104 26 527 134 51
Binary 11001000 1000 111111 0 1100000 1000100 10110 101010111 1011100 101001

Color Harmonies of #C8083F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8083F

Black with #C8083F

Text Example


Text Example

White with #C8083F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8083F; }

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

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

background-color css

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

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

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

border-color css

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

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

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