Html Css Color HEX #C30C26 Fire Engine Red

📋 copy color: '#C30C26'

red 195 ◦ green 12 ◦ blue 38

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

Shades of Fire Engine Red #C30C26

Tints of Fire Engine Red #C30C26

RGB

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

 GREEN value IS 12 (5.08% from 255) = 4.9%

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

R = 79.59%
G = 4.9%
B = 15.51%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.81

 K value IS 0.24

RGB Variations

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

Color information

#C30C26 (or 0xC30C26) is known color: Fire Engine Red. HEX triplet: C3, 0C and 26. RGB value is (195,12,38). Sum of RGB (Red+Green+Blue) = 195+12+38=245 (32% of max value = 765). Red value is 195 (76.56% from 255 or 79.59% from 245); Green value is 12 (5.08% from 255 or 4.90% from 245); Blue value is 38 (15.23% from 255 or 15.51% from 245); Max value from RGB is 195 - color contains mainly: red. Hex color #C30C26 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C30C26 is #3CF3D9. Grayscale: #454545. Windows color (decimal): -3994586 or 2493635. OLE color: 2493635.

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

Color convert

RGB 195 12 38 -
CMYK 0 0.94 0.81 0.24
HSL 351.48º 0.88% 0.41% -
HSV(B) 351.48º 0.94% 0.76% -
XYZ 22.99 12 2.94 -
YUV 69.68 110.13 217.39 -
System Red Green Blue C M Y K H S L
Decimal 195 12 38 0 0.94 0.81 0.24 351.48 0.88 0.41
Hex C3 C 26 0 5E 51 18 15F 58 29
Octal 303 14 46 0 136 121 30 537 130 51
Binary 11000011 1100 100110 0 1011110 1010001 11000 101011111 1011000 101001

Color Harmonies of #C30C26

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C30C26

Black with #C30C26

Text Example


Text Example

White with #C30C26

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C30C26; }

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

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

background-color css

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

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

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

border-color css

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

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

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