Html Css Color HEX #C8073A Crimson

📋 copy color: '#C8073A'

red 200 ◦ green 7 ◦ blue 58

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

Shades of Crimson #C8073A

Tints of Crimson #C8073A

RGB

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

 GREEN value IS 7 (3.13% from 255) = 2.64%

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

R = 75.47%
G = 2.64%
B = 21.89%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.71

 K value IS 0.22

RGB Variations

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

Color information

#C8073A (or 0xC8073A) is known color: Crimson. HEX triplet: C8, 07 and 3A. RGB value is (200,7,58). Sum of RGB (Red+Green+Blue) = 200+7+58=265 (35% of max value = 765). Red value is 200 (78.52% from 255 or 75.47% from 265); Green value is 7 (3.12% from 255 or 2.64% from 265); Blue value is 58 (23.05% from 255 or 21.89% from 265); Max value from RGB is 200 - color contains mainly: red. Hex color #C8073A is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C8073A is #37F8C5. Grayscale: #464646. Windows color (decimal): -3668166 or 3803080. OLE color: 3803080.

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

Color convert

RGB 200 7 58 -
CMYK 0 0.96 0.71 0.22
HSL 344.15º 0.93% 0.41% -
HSV(B) 344.15º 0.97% 0.78% -
XYZ 24.66 12.74 5.16 -
YUV 70.52 120.94 220.35 -
System Red Green Blue C M Y K H S L
Decimal 200 7 58 0 0.96 0.71 0.22 344.15 0.93 0.41
Hex C8 7 3A 0 60 47 16 158 5D 29
Octal 310 7 72 0 140 107 26 530 135 51
Binary 11001000 111 111010 0 1100000 1000111 10110 101011000 1011101 101001

Color Harmonies of #C8073A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8073A

Black with #C8073A

Text Example


Text Example

White with #C8073A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8073A; }

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

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

background-color css

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

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

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

border-color css

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

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

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