Html Css Color HEX #CD1A1F Fire Engine Red

📋 copy color: '#CD1A1F'

red 205 ◦ green 26 ◦ blue 31

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

Shades of Fire Engine Red #CD1A1F

Tints of Fire Engine Red #CD1A1F

RGB

 RED value IS 205 (80.47% from 255) = 78.24%

 GREEN value IS 26 (10.55% from 255) = 9.92%

 BLUE value IS 31 (12.5% from 255) = 11.83%

R = 78.24%
G = 9.92%
B = 11.83%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.85

 K value IS 0.20

RGB Variations

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

Color information

#CD1A1F (or 0xCD1A1F) is known color: Fire Engine Red. HEX triplet: CD, 1A and 1F. RGB value is (205,26,31). Sum of RGB (Red+Green+Blue) = 205+26+31=262 (34% of max value = 765). Red value is 205 (80.47% from 255 or 78.24% from 262); Green value is 26 (10.55% from 255 or 9.92% from 262); Blue value is 31 (12.5% from 255 or 11.83% from 262); Max value from RGB is 205 - color contains mainly: red. Hex color #CD1A1F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CD1A1F is #32E5E0. Grayscale: #505050. Windows color (decimal): -3335649 or 2038477. OLE color: 2038477.

HSL color Cylindrical-coordinate representation of color #CD1A1F: hue angle of 358.32º degrees, saturation: 0.77, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #CD1A1F is Cyan = 0, Magento = 0.87, Yellow = 0.85 and Black (K on CMYK) = 0.20.

Color convert

RGB 205 26 31 -
CMYK 0 0.87 0.85 0.20
HSL 358.32º 0.77% 0.45% -
HSV(B) 358.32º 0.87% 0.8% -
XYZ 25.79 13.82 2.6 -
YUV 80.09 100.3 217.09 -
System Red Green Blue C M Y K H S L
Decimal 205 26 31 0 0.87 0.85 0.20 358.32 0.77 0.45
Hex CD 1A 1F 0 57 55 14 166 4D 2D
Octal 315 32 37 0 127 125 24 546 115 55
Binary 11001101 11010 11111 0 1010111 1010101 10100 101100110 1001101 101101

Color Harmonies of #CD1A1F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD1A1F

Black with #CD1A1F

Text Example


Text Example

White with #CD1A1F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD1A1F; }

 p { color: rgb(205,26,31); }

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

background-color css

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

 a { background-color: rgb(205,26,31); }

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

border-color css

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

 span { border-color: rgb(205,26,31); }

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