Html Css Color HEX #C30B2B Fire Engine Red

📋 copy color: '#C30B2B'

red 195 ◦ green 11 ◦ blue 43

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

Shades of Fire Engine Red #C30B2B

Tints of Fire Engine Red #C30B2B

RGB

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

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

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

R = 78.31%
G = 4.42%
B = 17.27%

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

#C30B2B (or 0xC30B2B) is known color: Fire Engine Red. HEX triplet: C3, 0B and 2B. RGB value is (195,11,43). Sum of RGB (Red+Green+Blue) = 195+11+43=249 (32% of max value = 765). Red value is 195 (76.56% from 255 or 78.31% from 249); Green value is 11 (4.69% from 255 or 4.42% from 249); Blue value is 43 (17.19% from 255 or 17.27% from 249); Max value from RGB is 195 - color contains mainly: red. Hex color #C30B2B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C30B2B is #3CF4D4. Grayscale: #454545. Windows color (decimal): -3994837 or 2821059. OLE color: 2821059.

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

Color convert

RGB 195 11 43 -
CMYK 0 0.94 0.78 0.24
HSL 349.57º 0.89% 0.4% -
HSV(B) 349.57º 0.94% 0.76% -
XYZ 23.06 12.02 3.39 -
YUV 69.66 112.96 217.4 -
System Red Green Blue C M Y K H S L
Decimal 195 11 43 0 0.94 0.78 0.24 349.57 0.89 0.4
Hex C3 B 2B 0 5E 4E 18 15E 59 28
Octal 303 13 53 0 136 116 30 536 131 50
Binary 11000011 1011 101011 0 1011110 1001110 11000 101011110 1011001 101000

Color Harmonies of #C30B2B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C30B2B

Black with #C30B2B

Text Example


Text Example

White with #C30B2B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C30B2B; }

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

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

background-color css

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

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

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

border-color css

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

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

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