Html Css Color HEX #C30B2A Fire Engine Red

📋 copy color: '#C30B2A'

red 195 ◦ green 11 ◦ blue 42

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

Shades of Fire Engine Red #C30B2A

Tints of Fire Engine Red #C30B2A

RGB

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

 GREEN value IS 11 (4.69% from 255) = 4.44%

 BLUE value IS 42 (16.8% from 255) = 16.94%

R = 78.63%
G = 4.44%
B = 16.94%

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

#C30B2A (or 0xC30B2A) is known color: Fire Engine Red. HEX triplet: C3, 0B and 2A. RGB value is (195,11,42). Sum of RGB (Red+Green+Blue) = 195+11+42=248 (32% of max value = 765). Red value is 195 (76.56% from 255 or 78.63% from 248); Green value is 11 (4.69% from 255 or 4.44% from 248); Blue value is 42 (16.80% from 255 or 16.94% from 248); Max value from RGB is 195 - color contains mainly: red. Hex color #C30B2A is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C30B2A is #3CF4D5. Grayscale: #454545. Windows color (decimal): -3994838 or 2755523. OLE color: 2755523.

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

Color convert

RGB 195 11 42 -
CMYK 0 0.94 0.78 0.24
HSL 349.89º 0.89% 0.4% -
HSV(B) 349.89º 0.94% 0.76% -
XYZ 23.04 12.01 3.29 -
YUV 69.55 112.46 217.48 -
System Red Green Blue C M Y K H S L
Decimal 195 11 42 0 0.94 0.78 0.24 349.89 0.89 0.4
Hex C3 B 2A 0 5E 4E 18 15E 59 28
Octal 303 13 52 0 136 116 30 536 131 50
Binary 11000011 1011 101010 0 1011110 1001110 11000 101011110 1011001 101000

Color Harmonies of #C30B2A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C30B2A

Black with #C30B2A

Text Example


Text Example

White with #C30B2A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C30B2A; }

 p { color: rgb(195,11,42); }

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

background-color css

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

 a { background-color: rgb(195,11,42); }

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

border-color css

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

 span { border-color: rgb(195,11,42); }

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