Html Css Color HEX #C30C2B Fire Engine Red

📋 copy color: '#C30C2B'

red 195 ◦ green 12 ◦ blue 43

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

Shades of Fire Engine Red #C30C2B

Tints of Fire Engine Red #C30C2B

RGB

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

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

 BLUE value IS 43 (17.19% from 255) = 17.2%

R = 78%
G = 4.8%
B = 17.2%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.78

 K value IS 0.24

RGB Variations

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

Color information

#C30C2B (or 0xC30C2B) is known color: Fire Engine Red. HEX triplet: C3, 0C and 2B. RGB value is (195,12,43). Sum of RGB (Red+Green+Blue) = 195+12+43=250 (33% of max value = 765). Red value is 195 (76.56% from 255 or 78% from 250); Green value is 12 (5.08% from 255 or 4.8% from 250); Blue value is 43 (17.19% from 255 or 17.2% from 250); Max value from RGB is 195 - color contains mainly: red. Hex color #C30C2B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C30C2B is #3CF3D4. Grayscale: #464646. Windows color (decimal): -3994581 or 2821315. OLE color: 2821315.

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

Color convert

RGB 195 12 43 -
CMYK 0 0.94 0.78 0.24
HSL 349.84º 0.88% 0.41% -
HSV(B) 349.84º 0.94% 0.76% -
XYZ 23.07 12.04 3.39 -
YUV 70.25 112.63 216.98 -
System Red Green Blue C M Y K H S L
Decimal 195 12 43 0 0.94 0.78 0.24 349.84 0.88 0.41
Hex C3 C 2B 0 5E 4E 18 15E 58 29
Octal 303 14 53 0 136 116 30 536 130 51
Binary 11000011 1100 101011 0 1011110 1001110 11000 101011110 1011000 101001

Color Harmonies of #C30C2B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C30C2B

Black with #C30C2B

Text Example


Text Example

White with #C30C2B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C30C2B; }

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

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

background-color css

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

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

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

border-color css

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

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

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