Html Css Color HEX #C30F21 Fire Engine Red

📋 copy color: '#C30F21'

red 195 ◦ green 15 ◦ blue 33

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

Shades of Fire Engine Red #C30F21

Tints of Fire Engine Red #C30F21

RGB

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

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

 BLUE value IS 33 (13.28% from 255) = 13.58%

R = 80.25%
G = 6.17%
B = 13.58%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.83

 K value IS 0.24

RGB Variations

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

Color information

#C30F21 (or 0xC30F21) is known color: Fire Engine Red. HEX triplet: C3, 0F and 21. RGB value is (195,15,33). Sum of RGB (Red+Green+Blue) = 195+15+33=243 (32% of max value = 765). Red value is 195 (76.56% from 255 or 80.25% from 243); Green value is 15 (6.25% from 255 or 6.17% from 243); Blue value is 33 (13.28% from 255 or 13.58% from 243); Max value from RGB is 195 - color contains mainly: red. Hex color #C30F21 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C30F21 is #3CF0DE. Grayscale: #464646. Windows color (decimal): -3993823 or 2166723. OLE color: 2166723.

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

Color convert

RGB 195 15 33 -
CMYK 0 0.92 0.83 0.24
HSL 354º 0.86% 0.41% -
HSV(B) 354º 0.92% 0.76% -
XYZ 22.95 12.05 2.56 -
YUV 70.87 106.63 216.54 -
System Red Green Blue C M Y K H S L
Decimal 195 15 33 0 0.92 0.83 0.24 354 0.86 0.41
Hex C3 F 21 0 5C 53 18 162 56 29
Octal 303 17 41 0 134 123 30 542 126 51
Binary 11000011 1111 100001 0 1011100 1010011 11000 101100010 1010110 101001

Color Harmonies of #C30F21

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C30F21

Black with #C30F21

Text Example


Text Example

White with #C30F21

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C30F21; }

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

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

background-color css

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

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

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

border-color css

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

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

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