Html Css Color HEX #C8092A Fire Engine Red

📋 copy color: '#C8092A'

red 200 ◦ green 9 ◦ blue 42

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

Shades of Fire Engine Red #C8092A

Tints of Fire Engine Red #C8092A

RGB

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

 GREEN value IS 9 (3.91% from 255) = 3.59%

 BLUE value IS 42 (16.8% from 255) = 16.73%

R = 79.68%
G = 3.59%
B = 16.73%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.79

 K value IS 0.22

RGB Variations

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

Color information

#C8092A (or 0xC8092A) is known color: Fire Engine Red. HEX triplet: C8, 09 and 2A. RGB value is (200,9,42). Sum of RGB (Red+Green+Blue) = 200+9+42=251 (33% of max value = 765). Red value is 200 (78.52% from 255 or 79.68% from 251); Green value is 9 (3.91% from 255 or 3.59% from 251); Blue value is 42 (16.80% from 255 or 16.73% from 251); Max value from RGB is 200 - color contains mainly: red. Hex color #C8092A is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C8092A is #37F6D5. Grayscale: #454545. Windows color (decimal): -3667670 or 2755016. OLE color: 2755016.

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

Color convert

RGB 200 9 42 -
CMYK 0 0.96 0.79 0.22
HSL 349.63º 0.91% 0.41% -
HSV(B) 349.63º 0.96% 0.78% -
XYZ 24.34 12.64 3.35 -
YUV 69.87 112.28 220.82 -
System Red Green Blue C M Y K H S L
Decimal 200 9 42 0 0.96 0.79 0.22 349.63 0.91 0.41
Hex C8 9 2A 0 60 4F 16 15E 5B 29
Octal 310 11 52 0 140 117 26 536 133 51
Binary 11001000 1001 101010 0 1100000 1001111 10110 101011110 1011011 101001

Color Harmonies of #C8092A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8092A

Black with #C8092A

Text Example


Text Example

White with #C8092A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8092A; }

 p { color: rgb(200,9,42); }

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

background-color css

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

 a { background-color: rgb(200,9,42); }

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

border-color css

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

 span { border-color: rgb(200,9,42); }

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