Html Css Color HEX #C8034A Crimson

📋 copy color: '#C8034A'

red 200 ◦ green 3 ◦ blue 74

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

Shades of Crimson #C8034A

Tints of Crimson #C8034A

RGB

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

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

 BLUE value IS 74 (29.3% from 255) = 26.71%

R = 72.2%
G = 1.08%
B = 26.71%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.63

 K value IS 0.22

RGB Variations

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

Color information

#C8034A (or 0xC8034A) is known color: Crimson. HEX triplet: C8, 03 and 4A. RGB value is (200,3,74). Sum of RGB (Red+Green+Blue) = 200+3+74=277 (36% of max value = 765). Red value is 200 (78.52% from 255 or 72.20% from 277); Green value is 3 (1.56% from 255 or 1.08% from 277); Blue value is 74 (29.30% from 255 or 26.71% from 277); Max value from RGB is 200 - color contains mainly: red. Hex color #C8034A is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C8034A is #37FCB5. Grayscale: #454545. Windows color (decimal): -3669174 or 4850632. OLE color: 4850632.

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

Color convert

RGB 200 3 74 -
CMYK 0 0.98 0.63 0.22
HSL 338.38º 0.97% 0.4% -
HSV(B) 338.38º 0.99% 0.78% -
XYZ 25.09 12.84 7.63 -
YUV 70 130.27 220.73 -
System Red Green Blue C M Y K H S L
Decimal 200 3 74 0 0.98 0.63 0.22 338.38 0.97 0.4
Hex C8 3 4A 0 62 3F 16 152 61 28
Octal 310 3 112 0 142 77 26 522 141 50
Binary 11001000 11 1001010 0 1100010 111111 10110 101010010 1100001 101000

Color Harmonies of #C8034A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8034A

Black with #C8034A

Text Example


Text Example

White with #C8034A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8034A; }

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

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

background-color css

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

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

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

border-color css

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

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

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