Html Css Color HEX #C30A2A Fire Engine Red

📋 copy color: '#C30A2A'

red 195 ◦ green 10 ◦ blue 42

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

Shades of Fire Engine Red #C30A2A

Tints of Fire Engine Red #C30A2A

RGB

 RED value IS 195 (76.56% from 255) = 78.95%

 GREEN value IS 10 (4.3% from 255) = 4.05%

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

R = 78.95%
G = 4.05%
B = 17%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.78

 K value IS 0.24

RGB Variations

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

Color information

#C30A2A (or 0xC30A2A) is known color: Fire Engine Red. HEX triplet: C3, 0A and 2A. RGB value is (195,10,42). Sum of RGB (Red+Green+Blue) = 195+10+42=247 (32% of max value = 765). Red value is 195 (76.56% from 255 or 78.95% from 247); Green value is 10 (4.30% from 255 or 4.05% from 247); Blue value is 42 (16.80% from 255 or 17.00% from 247); Max value from RGB is 195 - color contains mainly: red. Hex color #C30A2A is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C30A2A is #3CF5D5. Grayscale: #454545. Windows color (decimal): -3995094 or 2755267. OLE color: 2755267.

HSL color Cylindrical-coordinate representation of color #C30A2A: hue angle of 349.62º degrees, saturation: 0.9, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #C30A2A is Cyan = 0, Magento = 0.95, Yellow = 0.78 and Black (K on CMYK) = 0.24.

Color convert

RGB 195 10 42 -
CMYK 0 0.95 0.78 0.24
HSL 349.62º 0.9% 0.4% -
HSV(B) 349.62º 0.95% 0.76% -
XYZ 23.03 11.99 3.29 -
YUV 68.96 112.79 217.9 -
System Red Green Blue C M Y K H S L
Decimal 195 10 42 0 0.95 0.78 0.24 349.62 0.9 0.4
Hex C3 A 2A 0 5F 4E 18 15E 5A 28
Octal 303 12 52 0 137 116 30 536 132 50
Binary 11000011 1010 101010 0 1011111 1001110 11000 101011110 1011010 101000

Color Harmonies of #C30A2A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C30A2A

Black with #C30A2A

Text Example


Text Example

White with #C30A2A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C30A2A; }

 p { color: rgb(195,10,42); }

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

background-color css

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

 a { background-color: rgb(195,10,42); }

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

border-color css

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

 span { border-color: rgb(195,10,42); }

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