Html Css Color HEX #C8003A Crimson

📋 copy color: '#C8003A'

red 200 ◦ green 0 ◦ blue 58

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

Shades of Crimson #C8003A

Tints of Crimson #C8003A

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 58 (23.05% from 255) = 22.48%

R = 77.52%
G = 0%
B = 22.48%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.71

 K value IS 0.22

RGB Variations

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

Color information

#C8003A (or 0xC8003A) is known color: Crimson. HEX triplet: C8, 00 and 3A. RGB value is (200,0,58). Sum of RGB (Red+Green+Blue) = 200+0+58=258 (34% of max value = 765). Red value is 200 (78.52% from 255 or 77.52% from 258); Green value is 0 (0.39% from 255 or 0% from 258); Blue value is 58 (23.05% from 255 or 22.48% from 258); Max value from RGB is 200 - color contains mainly: red. Hex color #C8003A is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C8003A is #37FFC5. Grayscale: #424242. Windows color (decimal): -3669958 or 3801288. OLE color: 3801288.

HSL color Cylindrical-coordinate representation of color #C8003A: hue angle of 342.6º degrees, saturation: 1, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 1%. Process color model (Four color, CMYK) of #C8003A is Cyan = 0, Magento = 1, Yellow = 0.71 and Black (K on CMYK) = 0.22.

Color convert

RGB 200 0 58 -
CMYK 0 1 0.71 0.22
HSL 342.6º 1% 0.39% -
HSV(B) 342.6º 1% 0.78% -
XYZ 24.58 12.58 5.14 -
YUV 66.41 123.26 223.28 -
System Red Green Blue C M Y K H S L
Decimal 200 0 58 0 1 0.71 0.22 342.6 1 0.39
Hex C8 0 3A 0 64 47 16 157 64 27
Octal 310 0 72 0 144 107 26 527 144 47
Binary 11001000 0 111010 0 1100100 1000111 10110 101010111 1100100 100111

Color Harmonies of #C8003A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8003A

Black with #C8003A

Text Example


Text Example

White with #C8003A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8003A; }

 p { color: rgb(200,0,58); }

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

background-color css

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

 a { background-color: rgb(200,0,58); }

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

border-color css

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

 span { border-color: rgb(200,0,58); }

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