Html Css Color HEX #C30D24 Fire Engine Red

📋 copy color: '#C30D24'

red 195 ◦ green 13 ◦ blue 36

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

Shades of Fire Engine Red #C30D24

Tints of Fire Engine Red #C30D24

RGB

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

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

 BLUE value IS 36 (14.45% from 255) = 14.75%

R = 79.92%
G = 5.33%
B = 14.75%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.82

 K value IS 0.24

RGB Variations

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

Color information

#C30D24 (or 0xC30D24) is known color: Fire Engine Red. HEX triplet: C3, 0D and 24. RGB value is (195,13,36). Sum of RGB (Red+Green+Blue) = 195+13+36=244 (32% of max value = 765). Red value is 195 (76.56% from 255 or 79.92% from 244); Green value is 13 (5.47% from 255 or 5.33% from 244); Blue value is 36 (14.45% from 255 or 14.75% from 244); Max value from RGB is 195 - color contains mainly: red. Hex color #C30D24 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C30D24 is #3CF2DB. Grayscale: #464646. Windows color (decimal): -3994332 or 2362819. OLE color: 2362819.

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

Color convert

RGB 195 13 36 -
CMYK 0 0.93 0.82 0.24
HSL 352.42º 0.88% 0.41% -
HSV(B) 352.42º 0.93% 0.76% -
XYZ 22.97 12.02 2.78 -
YUV 70.04 108.8 217.13 -
System Red Green Blue C M Y K H S L
Decimal 195 13 36 0 0.93 0.82 0.24 352.42 0.88 0.41
Hex C3 D 24 0 5D 52 18 160 58 29
Octal 303 15 44 0 135 122 30 540 130 51
Binary 11000011 1101 100100 0 1011101 1010010 11000 101100000 1011000 101001

Color Harmonies of #C30D24

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C30D24

Black with #C30D24

Text Example


Text Example

White with #C30D24

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C30D24; }

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

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

background-color css

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

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

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

border-color css

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

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

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