Html Css Color HEX #C30D23 Fire Engine Red

📋 copy color: '#C30D23'

red 195 ◦ green 13 ◦ blue 35

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

Shades of Fire Engine Red #C30D23

Tints of Fire Engine Red #C30D23

RGB

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

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

 BLUE value IS 35 (14.06% from 255) = 14.4%

R = 80.25%
G = 5.35%
B = 14.4%

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

#C30D23 (or 0xC30D23) is known color: Fire Engine Red. HEX triplet: C3, 0D and 23. RGB value is (195,13,35). Sum of RGB (Red+Green+Blue) = 195+13+35=243 (32% of max value = 765). Red value is 195 (76.56% from 255 or 80.25% from 243); Green value is 13 (5.47% from 255 or 5.35% from 243); Blue value is 35 (14.06% from 255 or 14.40% from 243); Max value from RGB is 195 - color contains mainly: red. Hex color #C30D23 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C30D23 is #3CF2DC. Grayscale: #464646. Windows color (decimal): -3994333 or 2297283. OLE color: 2297283.

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

Color convert

RGB 195 13 35 -
CMYK 0 0.93 0.82 0.24
HSL 352.75º 0.88% 0.41% -
HSV(B) 352.75º 0.93% 0.76% -
XYZ 22.95 12.01 2.7 -
YUV 69.93 108.3 217.21 -
System Red Green Blue C M Y K H S L
Decimal 195 13 35 0 0.93 0.82 0.24 352.75 0.88 0.41
Hex C3 D 23 0 5D 52 18 161 58 29
Octal 303 15 43 0 135 122 30 541 130 51
Binary 11000011 1101 100011 0 1011101 1010010 11000 101100001 1011000 101001

Color Harmonies of #C30D23

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C30D23

Black with #C30D23

Text Example


Text Example

White with #C30D23

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C30D23; }

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

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

background-color css

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

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

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

border-color css

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

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

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