Html Css Color HEX #C30B29 Fire Engine Red

📋 copy color: '#C30B29'

red 195 ◦ green 11 ◦ blue 41

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

Shades of Fire Engine Red #C30B29

Tints of Fire Engine Red #C30B29

RGB

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

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

 BLUE value IS 41 (16.41% from 255) = 16.6%

R = 78.95%
G = 4.45%
B = 16.6%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.79

 K value IS 0.24

RGB Variations

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

Color information

#C30B29 (or 0xC30B29) is known color: Fire Engine Red. HEX triplet: C3, 0B and 29. RGB value is (195,11,41). Sum of RGB (Red+Green+Blue) = 195+11+41=247 (32% of max value = 765). Red value is 195 (76.56% from 255 or 78.95% from 247); Green value is 11 (4.69% from 255 or 4.45% from 247); Blue value is 41 (16.41% from 255 or 16.60% from 247); Max value from RGB is 195 - color contains mainly: red. Hex color #C30B29 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C30B29 is #3CF4D6. Grayscale: #454545. Windows color (decimal): -3994839 or 2689987. OLE color: 2689987.

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

Color convert

RGB 195 11 41 -
CMYK 0 0.94 0.79 0.24
HSL 350.22º 0.89% 0.4% -
HSV(B) 350.22º 0.94% 0.76% -
XYZ 23.03 12 3.2 -
YUV 69.44 111.96 217.56 -
System Red Green Blue C M Y K H S L
Decimal 195 11 41 0 0.94 0.79 0.24 350.22 0.89 0.4
Hex C3 B 29 0 5E 4F 18 15E 59 28
Octal 303 13 51 0 136 117 30 536 131 50
Binary 11000011 1011 101001 0 1011110 1001111 11000 101011110 1011001 101000

Color Harmonies of #C30B29

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C30B29

Black with #C30B29

Text Example


Text Example

White with #C30B29

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C30B29; }

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

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

background-color css

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

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

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

border-color css

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

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

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