Html Css Color HEX #C8013C Crimson

📋 copy color: '#C8013C'

red 200 ◦ green 1 ◦ blue 60

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

Shades of Crimson #C8013C

Tints of Crimson #C8013C

RGB

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

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

 BLUE value IS 60 (23.83% from 255) = 22.99%

R = 76.63%
G = 0.38%
B = 22.99%

CMYK

 C value IS 0

 M value IS 1.00

 Y value IS 0.7

 K value IS 0.22

RGB Variations

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

Color information

#C8013C (or 0xC8013C) is known color: Crimson. HEX triplet: C8, 01 and 3C. RGB value is (200,1,60). Sum of RGB (Red+Green+Blue) = 200+1+60=261 (34% of max value = 765). Red value is 200 (78.52% from 255 or 76.63% from 261); Green value is 1 (0.78% from 255 or 0.38% from 261); Blue value is 60 (23.83% from 255 or 22.99% from 261); Max value from RGB is 200 - color contains mainly: red. Hex color #C8013C is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C8013C is #37FEC3. Grayscale: #434343. Windows color (decimal): -3669700 or 3932616. OLE color: 3932616.

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

Color convert

RGB 200 1 60 -
CMYK 0 1.00 0.7 0.22
HSL 342.21º 0.99% 0.39% -
HSV(B) 342.21º 1% 0.78% -
XYZ 24.65 12.63 5.41 -
YUV 67.23 123.93 222.7 -
System Red Green Blue C M Y K H S L
Decimal 200 1 60 0 1.00 0.7 0.22 342.21 0.99 0.39
Hex C8 1 3C 0 64 46 16 156 63 27
Octal 310 1 74 0 144 106 26 526 143 47
Binary 11001000 1 111100 0 1100100 1000110 10110 101010110 1100011 100111

Color Harmonies of #C8013C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8013C

Black with #C8013C

Text Example


Text Example

White with #C8013C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8013C; }

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

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

background-color css

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

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

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

border-color css

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

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

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