Html Css Color HEX #C30E24 Fire Engine Red

📋 copy color: '#C30E24'

red 195 ◦ green 14 ◦ blue 36

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

Shades of Fire Engine Red #C30E24

Tints of Fire Engine Red #C30E24

RGB

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

 GREEN value IS 14 (5.86% from 255) = 5.71%

 BLUE value IS 36 (14.45% from 255) = 14.69%

R = 79.59%
G = 5.71%
B = 14.69%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.82

 K value IS 0.24

RGB Variations

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

Color information

#C30E24 (or 0xC30E24) is known color: Fire Engine Red. HEX triplet: C3, 0E and 24. RGB value is (195,14,36). Sum of RGB (Red+Green+Blue) = 195+14+36=245 (32% of max value = 765). Red value is 195 (76.56% from 255 or 79.59% from 245); Green value is 14 (5.86% from 255 or 5.71% from 245); Blue value is 36 (14.45% from 255 or 14.69% from 245); Max value from RGB is 195 - color contains mainly: red. Hex color #C30E24 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C30E24 is #3CF1DB. Grayscale: #464646. Windows color (decimal): -3994076 or 2363075. OLE color: 2363075.

HSL color Cylindrical-coordinate representation of color #C30E24: hue angle of 352.71º degrees, saturation: 0.87, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #C30E24 is Cyan = 0, Magento = 0.93, Yellow = 0.82 and Black (K on CMYK) = 0.24.

Color convert

RGB 195 14 36 -
CMYK 0 0.93 0.82 0.24
HSL 352.71º 0.87% 0.41% -
HSV(B) 352.71º 0.93% 0.76% -
XYZ 22.98 12.04 2.78 -
YUV 70.63 108.47 216.71 -
System Red Green Blue C M Y K H S L
Decimal 195 14 36 0 0.93 0.82 0.24 352.71 0.87 0.41
Hex C3 E 24 0 5D 52 18 161 57 29
Octal 303 16 44 0 135 122 30 541 127 51
Binary 11000011 1110 100100 0 1011101 1010010 11000 101100001 1010111 101001

Color Harmonies of #C30E24

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C30E24

Black with #C30E24

Text Example


Text Example

White with #C30E24

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C30E24; }

 p { color: rgb(195,14,36); }

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

background-color css

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

 a { background-color: rgb(195,14,36); }

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

border-color css

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

 span { border-color: rgb(195,14,36); }

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