Html Css Color HEX #C30F26 Fire Engine Red

📋 copy color: '#C30F26'

red 195 ◦ green 15 ◦ blue 38

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

Shades of Fire Engine Red #C30F26

Tints of Fire Engine Red #C30F26

RGB

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

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

 BLUE value IS 38 (15.23% from 255) = 15.32%

R = 78.63%
G = 6.05%
B = 15.32%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.81

 K value IS 0.24

RGB Variations

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

Color information

#C30F26 (or 0xC30F26) is known color: Fire Engine Red. HEX triplet: C3, 0F and 26. RGB value is (195,15,38). Sum of RGB (Red+Green+Blue) = 195+15+38=248 (32% of max value = 765). Red value is 195 (76.56% from 255 or 78.63% from 248); Green value is 15 (6.25% from 255 or 6.05% from 248); Blue value is 38 (15.23% from 255 or 15.32% from 248); Max value from RGB is 195 - color contains mainly: red. Hex color #C30F26 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C30F26 is #3CF0D9. Grayscale: #474747. Windows color (decimal): -3993818 or 2494403. OLE color: 2494403.

HSL color Cylindrical-coordinate representation of color #C30F26: hue angle of 352.33º 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 #C30F26 is Cyan = 0, Magento = 0.92, Yellow = 0.81 and Black (K on CMYK) = 0.24.

Color convert

RGB 195 15 38 -
CMYK 0 0.92 0.81 0.24
HSL 352.33º 0.86% 0.41% -
HSV(B) 352.33º 0.92% 0.76% -
XYZ 23.03 12.08 2.95 -
YUV 71.44 109.13 216.13 -
System Red Green Blue C M Y K H S L
Decimal 195 15 38 0 0.92 0.81 0.24 352.33 0.86 0.41
Hex C3 F 26 0 5C 51 18 160 56 29
Octal 303 17 46 0 134 121 30 540 126 51
Binary 11000011 1111 100110 0 1011100 1010001 11000 101100000 1010110 101001

Color Harmonies of #C30F26

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C30F26

Black with #C30F26

Text Example


Text Example

White with #C30F26

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C30F26; }

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

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

background-color css

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

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

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

border-color css

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

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

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