Html Css Color HEX #C30F28 Fire Engine Red

📋 copy color: '#C30F28'

red 195 ◦ green 15 ◦ blue 40

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

Shades of Fire Engine Red #C30F28

Tints of Fire Engine Red #C30F28

RGB

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

 GREEN value IS 15 (6.25% from 255) = 6%

 BLUE value IS 40 (16.02% from 255) = 16%

R = 78%
G = 6%
B = 16%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.79

 K value IS 0.24

RGB Variations

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

Color information

#C30F28 (or 0xC30F28) is known color: Fire Engine Red. HEX triplet: C3, 0F and 28. RGB value is (195,15,40). Sum of RGB (Red+Green+Blue) = 195+15+40=250 (33% of max value = 765). Red value is 195 (76.56% from 255 or 78% from 250); Green value is 15 (6.25% from 255 or 6% from 250); Blue value is 40 (16.02% from 255 or 16% from 250); Max value from RGB is 195 - color contains mainly: red. Hex color #C30F28 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C30F28 is #3CF0D7. Grayscale: #474747. Windows color (decimal): -3993816 or 2625475. OLE color: 2625475.

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

Color convert

RGB 195 15 40 -
CMYK 0 0.92 0.79 0.24
HSL 351.67º 0.86% 0.41% -
HSV(B) 351.67º 0.92% 0.76% -
XYZ 23.06 12.1 3.13 -
YUV 71.67 110.13 215.97 -
System Red Green Blue C M Y K H S L
Decimal 195 15 40 0 0.92 0.79 0.24 351.67 0.86 0.41
Hex C3 F 28 0 5C 4F 18 160 56 29
Octal 303 17 50 0 134 117 30 540 126 51
Binary 11000011 1111 101000 0 1011100 1001111 11000 101100000 1010110 101001

Color Harmonies of #C30F28

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C30F28

Black with #C30F28

Text Example


Text Example

White with #C30F28

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C30F28; }

 p { color: rgb(195,15,40); }

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

background-color css

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

 a { background-color: rgb(195,15,40); }

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

border-color css

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

 span { border-color: rgb(195,15,40); }

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