Html Css Color HEX #C8023F Crimson

📋 copy color: '#C8023F'

red 200 ◦ green 2 ◦ blue 63

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

Shades of Crimson #C8023F

Tints of Crimson #C8023F

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.75%

 BLUE value IS 63 (25% from 255) = 23.77%

R = 75.47%
G = 0.75%
B = 23.77%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.68

 K value IS 0.22

RGB Variations

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

Color information

#C8023F (or 0xC8023F) is known color: Crimson. HEX triplet: C8, 02 and 3F. RGB value is (200,2,63). Sum of RGB (Red+Green+Blue) = 200+2+63=265 (35% of max value = 765). Red value is 200 (78.52% from 255 or 75.47% from 265); Green value is 2 (1.17% from 255 or 0.75% from 265); Blue value is 63 (25% from 255 or 23.77% from 265); Max value from RGB is 200 - color contains mainly: red. Hex color #C8023F is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C8023F is #37FDC0. Grayscale: #444444. Windows color (decimal): -3669441 or 4129480. OLE color: 4129480.

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

Color convert

RGB 200 2 63 -
CMYK 0 0.99 0.68 0.22
HSL 341.52º 0.98% 0.4% -
HSV(B) 341.52º 0.99% 0.78% -
XYZ 24.74 12.68 5.85 -
YUV 68.16 125.1 222.04 -
System Red Green Blue C M Y K H S L
Decimal 200 2 63 0 0.99 0.68 0.22 341.52 0.98 0.4
Hex C8 2 3F 0 63 44 16 156 62 28
Octal 310 2 77 0 143 104 26 526 142 50
Binary 11001000 10 111111 0 1100011 1000100 10110 101010110 1100010 101000

Color Harmonies of #C8023F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8023F

Black with #C8023F

Text Example


Text Example

White with #C8023F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8023F; }

 p { color: rgb(200,2,63); }

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

background-color css

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

 a { background-color: rgb(200,2,63); }

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

border-color css

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

 span { border-color: rgb(200,2,63); }

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