Html Css Color HEX #C8033E Crimson

📋 copy color: '#C8033E'

red 200 ◦ green 3 ◦ blue 62

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

Shades of Crimson #C8033E

Tints of Crimson #C8033E

RGB

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

 GREEN value IS 3 (1.56% from 255) = 1.13%

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

R = 75.47%
G = 1.13%
B = 23.4%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.69

 K value IS 0.22

RGB Variations

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

Color information

#C8033E (or 0xC8033E) is known color: Crimson. HEX triplet: C8, 03 and 3E. RGB value is (200,3,62). Sum of RGB (Red+Green+Blue) = 200+3+62=265 (35% of max value = 765). Red value is 200 (78.52% from 255 or 75.47% from 265); Green value is 3 (1.56% from 255 or 1.13% from 265); Blue value is 62 (24.61% from 255 or 23.40% from 265); Max value from RGB is 200 - color contains mainly: red. Hex color #C8033E is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C8033E is #37FCC1. Grayscale: #444444. Windows color (decimal): -3669186 or 4064200. OLE color: 4064200.

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

Color convert

RGB 200 3 62 -
CMYK 0 0.98 0.69 0.22
HSL 342.03º 0.97% 0.4% -
HSV(B) 342.03º 0.99% 0.78% -
XYZ 24.72 12.69 5.7 -
YUV 68.63 124.27 221.7 -
System Red Green Blue C M Y K H S L
Decimal 200 3 62 0 0.98 0.69 0.22 342.03 0.97 0.4
Hex C8 3 3E 0 62 45 16 156 61 28
Octal 310 3 76 0 142 105 26 526 141 50
Binary 11001000 11 111110 0 1100010 1000101 10110 101010110 1100001 101000

Color Harmonies of #C8033E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8033E

Black with #C8033E

Text Example


Text Example

White with #C8033E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8033E; }

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

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

background-color css

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

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

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

border-color css

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

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

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