Html Css Color HEX #C30D28 Fire Engine Red

📋 copy color: '#C30D28'

red 195 ◦ green 13 ◦ blue 40

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

Shades of Fire Engine Red #C30D28

Tints of Fire Engine Red #C30D28

RGB

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

 GREEN value IS 13 (5.47% from 255) = 5.24%

 BLUE value IS 40 (16.02% from 255) = 16.13%

R = 78.63%
G = 5.24%
B = 16.13%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.79

 K value IS 0.24

RGB Variations

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

Color information

#C30D28 (or 0xC30D28) is known color: Fire Engine Red. HEX triplet: C3, 0D and 28. RGB value is (195,13,40). Sum of RGB (Red+Green+Blue) = 195+13+40=248 (32% of max value = 765). Red value is 195 (76.56% from 255 or 78.63% from 248); Green value is 13 (5.47% from 255 or 5.24% from 248); Blue value is 40 (16.02% from 255 or 16.13% from 248); Max value from RGB is 195 - color contains mainly: red. Hex color #C30D28 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C30D28 is #3CF2D7. Grayscale: #464646. Windows color (decimal): -3994328 or 2624963. OLE color: 2624963.

HSL color Cylindrical-coordinate representation of color #C30D28: hue angle of 351.1º degrees, saturation: 0.88, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #C30D28 is Cyan = 0, Magento = 0.93, Yellow = 0.79 and Black (K on CMYK) = 0.24.

Color convert

RGB 195 13 40 -
CMYK 0 0.93 0.79 0.24
HSL 351.1º 0.88% 0.41% -
HSV(B) 351.1º 0.93% 0.76% -
XYZ 23.03 12.04 3.12 -
YUV 70.5 110.8 216.8 -
System Red Green Blue C M Y K H S L
Decimal 195 13 40 0 0.93 0.79 0.24 351.1 0.88 0.41
Hex C3 D 28 0 5D 4F 18 15F 58 29
Octal 303 15 50 0 135 117 30 537 130 51
Binary 11000011 1101 101000 0 1011101 1001111 11000 101011111 1011000 101001

Color Harmonies of #C30D28

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C30D28

Black with #C30D28

Text Example


Text Example

White with #C30D28

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C30D28; }

 p { color: rgb(195,13,40); }

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

background-color css

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

 a { background-color: rgb(195,13,40); }

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

border-color css

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

 span { border-color: rgb(195,13,40); }

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