Html Css Color HEX #CD131B Fire Engine Red

📋 copy color: '#CD131B'

red 205 ◦ green 19 ◦ blue 27

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

Shades of Fire Engine Red #CD131B

Tints of Fire Engine Red #CD131B

RGB

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

 GREEN value IS 19 (7.81% from 255) = 7.57%

 BLUE value IS 27 (10.94% from 255) = 10.76%

R = 81.67%
G = 7.57%
B = 10.76%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.87

 K value IS 0.20

RGB Variations

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

Color information

#CD131B (or 0xCD131B) is known color: Fire Engine Red. HEX triplet: CD, 13 and 1B. RGB value is (205,19,27). Sum of RGB (Red+Green+Blue) = 205+19+27=251 (33% of max value = 765). Red value is 205 (80.47% from 255 or 81.67% from 251); Green value is 19 (7.81% from 255 or 7.57% from 251); Blue value is 27 (10.94% from 255 or 10.76% from 251); Max value from RGB is 205 - color contains mainly: red. Hex color #CD131B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CD131B is #32ECE4. Grayscale: #4B4B4B. Windows color (decimal): -3337445 or 1774541. OLE color: 1774541.

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

Color convert

RGB 205 19 27 -
CMYK 0 0.91 0.87 0.20
HSL 357.42º 0.83% 0.44% -
HSV(B) 357.42º 0.91% 0.8% -
XYZ 25.61 13.52 2.3 -
YUV 75.53 100.62 220.35 -
System Red Green Blue C M Y K H S L
Decimal 205 19 27 0 0.91 0.87 0.20 357.42 0.83 0.44
Hex CD 13 1B 0 5B 57 14 165 53 2C
Octal 315 23 33 0 133 127 24 545 123 54
Binary 11001101 10011 11011 0 1011011 1010111 10100 101100101 1010011 101100

Color Harmonies of #CD131B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD131B

Black with #CD131B

Text Example


Text Example

White with #CD131B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD131B; }

 p { color: rgb(205,19,27); }

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

background-color css

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

 a { background-color: rgb(205,19,27); }

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

border-color css

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

 span { border-color: rgb(205,19,27); }

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