Html Css Color HEX #C8013B Crimson

📋 copy color: '#C8013B'

red 200 ◦ green 1 ◦ blue 59

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

Shades of Crimson #C8013B

Tints of Crimson #C8013B

RGB

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

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

 BLUE value IS 59 (23.44% from 255) = 22.69%

R = 76.92%
G = 0.38%
B = 22.69%

CMYK

 C value IS 0

 M value IS 1.00

 Y value IS 0.70

 K value IS 0.22

RGB Variations

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

Color information

#C8013B (or 0xC8013B) is known color: Crimson. HEX triplet: C8, 01 and 3B. RGB value is (200,1,59). Sum of RGB (Red+Green+Blue) = 200+1+59=260 (34% of max value = 765). Red value is 200 (78.52% from 255 or 76.92% from 260); Green value is 1 (0.78% from 255 or 0.38% from 260); Blue value is 59 (23.44% from 255 or 22.69% from 260); Max value from RGB is 200 - color contains mainly: red. Hex color #C8013B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C8013B is #37FEC4. Grayscale: #434343. Windows color (decimal): -3669701 or 3867080. OLE color: 3867080.

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

Color convert

RGB 200 1 59 -
CMYK 0 1.00 0.70 0.22
HSL 342.51º 0.99% 0.39% -
HSV(B) 342.51º 1% 0.78% -
XYZ 24.62 12.62 5.28 -
YUV 67.11 123.43 222.78 -
System Red Green Blue C M Y K H S L
Decimal 200 1 59 0 1.00 0.70 0.22 342.51 0.99 0.39
Hex C8 1 3B 0 64 46 16 157 63 27
Octal 310 1 73 0 144 106 26 527 143 47
Binary 11001000 1 111011 0 1100100 1000110 10110 101010111 1100011 100111

Color Harmonies of #C8013B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8013B

Black with #C8013B

Text Example


Text Example

White with #C8013B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8013B; }

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

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

background-color css

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

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

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

border-color css

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

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

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