Html Css Color HEX #CD1F1D Fire Brick

📋 copy color: '#CD1F1D'

red 205 ◦ green 31 ◦ blue 29

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

Shades of Fire Brick #CD1F1D

Tints of Fire Brick #CD1F1D

RGB

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

 GREEN value IS 31 (12.5% from 255) = 11.7%

 BLUE value IS 29 (11.72% from 255) = 10.94%

R = 77.36%
G = 11.7%
B = 10.94%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.86

 K value IS 0.20

RGB Variations

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

Color information

#CD1F1D (or 0xCD1F1D) is known color: Fire Brick. HEX triplet: CD, 1F and 1D. RGB value is (205,31,29). Sum of RGB (Red+Green+Blue) = 205+31+29=265 (35% of max value = 765). Red value is 205 (80.47% from 255 or 77.36% from 265); Green value is 31 (12.5% from 255 or 11.70% from 265); Blue value is 29 (11.72% from 255 or 10.94% from 265); Max value from RGB is 205 - color contains mainly: red. Hex color #CD1F1D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CD1F1D is #32E0E2. Grayscale: #525252. Windows color (decimal): -3334371 or 1908685. OLE color: 1908685.

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

Color convert

RGB 205 31 29 -
CMYK 0 0.85 0.86 0.20
HSL 0.68º 0.75% 0.46% -
HSV(B) 0.68º 0.86% 0.8% -
XYZ 25.89 14.05 2.51 -
YUV 82.8 97.65 215.16 -
System Red Green Blue C M Y K H S L
Decimal 205 31 29 0 0.85 0.86 0.20 0.68 0.75 0.46
Hex CD 1F 1D 0 55 56 14 1 4B 2E
Octal 315 37 35 0 125 126 24 1 113 56
Binary 11001101 11111 11101 0 1010101 1010110 10100 1 1001011 101110

Color Harmonies of #CD1F1D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD1F1D

Black with #CD1F1D

Text Example


Text Example

White with #CD1F1D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD1F1D; }

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

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

background-color css

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

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

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

border-color css

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

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

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