Html Css Color HEX #CB5D25 Chilean Fire

📋 copy color: '#CB5D25'

red 203 ◦ green 93 ◦ blue 37

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

Shades of Chilean Fire #CB5D25

Tints of Chilean Fire #CB5D25

RGB

 RED value IS 203 (79.69% from 255) = 60.96%

 GREEN value IS 93 (36.72% from 255) = 27.93%

 BLUE value IS 37 (14.84% from 255) = 11.11%

R = 60.96%
G = 27.93%
B = 11.11%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.82

 K value IS 0.20

RGB Variations

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

Color information

#CB5D25 (or 0xCB5D25) is known color: Chilean Fire. HEX triplet: CB, 5D and 25. RGB value is (203,93,37). Sum of RGB (Red+Green+Blue) = 203+93+37=333 (44% of max value = 765). Red value is 203 (79.69% from 255 or 60.96% from 333); Green value is 93 (36.72% from 255 or 27.93% from 333); Blue value is 37 (14.84% from 255 or 11.11% from 333); Max value from RGB is 203 - color contains mainly: red. Hex color #CB5D25 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CB5D25 is #34A2DA. Grayscale: #777777. Windows color (decimal): -3449563 or 2448843. OLE color: 2448843.

HSL color Cylindrical-coordinate representation of color #CB5D25: hue angle of 20.24º degrees, saturation: 0.69, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #CB5D25 is Cyan = 0, Magento = 0.54, Yellow = 0.82 and Black (K on CMYK) = 0.20.

Color convert

RGB 203 93 37 -
CMYK 0 0.54 0.82 0.20
HSL 20.24º 0.69% 0.47% -
HSV(B) 20.24º 0.82% 0.8% -
XYZ 28.88 20.66 4.22 -
YUV 119.51 81.44 187.55 -
System Red Green Blue C M Y K H S L
Decimal 203 93 37 0 0.54 0.82 0.20 20.24 0.69 0.47
Hex CB 5D 25 0 36 52 14 14 45 2F
Octal 313 135 45 0 66 122 24 24 105 57
Binary 11001011 1011101 100101 0 110110 1010010 10100 10100 1000101 101111

Color Harmonies of #CB5D25

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB5D25

Black with #CB5D25

Text Example


Text Example

White with #CB5D25

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB5D25; }

 p { color: rgb(203,93,37); }

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

background-color css

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

 a { background-color: rgb(203,93,37); }

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

border-color css

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

 span { border-color: rgb(203,93,37); }

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