Html Css Color HEX #C8013A Crimson

📋 copy color: '#C8013A'

red 200 ◦ green 1 ◦ blue 58

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

Shades of Crimson #C8013A

Tints of Crimson #C8013A

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.39%

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

R = 77.22%
G = 0.39%
B = 22.39%

CMYK

 C value IS 0

 M value IS 1.00

 Y value IS 0.71

 K value IS 0.22

RGB Variations

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

Color information

#C8013A (or 0xC8013A) is known color: Crimson. HEX triplet: C8, 01 and 3A. RGB value is (200,1,58). Sum of RGB (Red+Green+Blue) = 200+1+58=259 (34% of max value = 765). Red value is 200 (78.52% from 255 or 77.22% from 259); Green value is 1 (0.78% from 255 or 0.39% from 259); Blue value is 58 (23.05% from 255 or 22.39% from 259); Max value from RGB is 200 - color contains mainly: red. Hex color #C8013A is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C8013A is #37FEC5. Grayscale: #424242. Windows color (decimal): -3669702 or 3801544. OLE color: 3801544.

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

Color convert

RGB 200 1 58 -
CMYK 0 1.00 0.71 0.22
HSL 342.81º 0.99% 0.39% -
HSV(B) 342.81º 1% 0.78% -
XYZ 24.59 12.61 5.14 -
YUV 67 122.93 222.87 -
System Red Green Blue C M Y K H S L
Decimal 200 1 58 0 1.00 0.71 0.22 342.81 0.99 0.39
Hex C8 1 3A 0 64 47 16 157 63 27
Octal 310 1 72 0 144 107 26 527 143 47
Binary 11001000 1 111010 0 1100100 1000111 10110 101010111 1100011 100111

Color Harmonies of #C8013A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8013A

Black with #C8013A

Text Example


Text Example

White with #C8013A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8013A; }

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

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

background-color css

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

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

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

border-color css

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

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

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