Html Css Color HEX #C8073F Crimson

📋 copy color: '#C8073F'

red 200 ◦ green 7 ◦ blue 63

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

Shades of Crimson #C8073F

Tints of Crimson #C8073F

RGB

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

 GREEN value IS 7 (3.13% from 255) = 2.59%

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

R = 74.07%
G = 2.59%
B = 23.33%

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

#C8073F (or 0xC8073F) is known color: Crimson. HEX triplet: C8, 07 and 3F. RGB value is (200,7,63). Sum of RGB (Red+Green+Blue) = 200+7+63=270 (35% of max value = 765). Red value is 200 (78.52% from 255 or 74.07% from 270); Green value is 7 (3.12% from 255 or 2.59% from 270); Blue value is 63 (25% from 255 or 23.33% from 270); Max value from RGB is 200 - color contains mainly: red. Hex color #C8073F is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C8073F is #37F8C0. Grayscale: #474747. Windows color (decimal): -3668161 or 4130760. OLE color: 4130760.

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

Color convert

RGB 200 7 63 -
CMYK 0 0.96 0.68 0.22
HSL 342.59º 0.93% 0.41% -
HSV(B) 342.59º 0.97% 0.78% -
XYZ 24.79 12.79 5.86 -
YUV 71.09 123.44 219.95 -
System Red Green Blue C M Y K H S L
Decimal 200 7 63 0 0.96 0.68 0.22 342.59 0.93 0.41
Hex C8 7 3F 0 60 44 16 157 5D 29
Octal 310 7 77 0 140 104 26 527 135 51
Binary 11001000 111 111111 0 1100000 1000100 10110 101010111 1011101 101001

Color Harmonies of #C8073F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8073F

Black with #C8073F

Text Example


Text Example

White with #C8073F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8073F; }

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

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

background-color css

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

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

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

border-color css

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

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

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