Html Css Color HEX #CB5825 Chilean Fire

📋 copy color: '#CB5825'

red 203 ◦ green 88 ◦ blue 37

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

Shades of Chilean Fire #CB5825

Tints of Chilean Fire #CB5825

RGB

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

 GREEN value IS 88 (34.77% from 255) = 26.83%

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

R = 61.89%
G = 26.83%
B = 11.28%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.82

 K value IS 0.20

RGB Variations

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

Color information

#CB5825 (or 0xCB5825) is known color: Chilean Fire. HEX triplet: CB, 58 and 25. RGB value is (203,88,37). Sum of RGB (Red+Green+Blue) = 203+88+37=328 (43% of max value = 765). Red value is 203 (79.69% from 255 or 61.89% from 328); Green value is 88 (34.77% from 255 or 26.83% from 328); Blue value is 37 (14.84% from 255 or 11.28% from 328); Max value from RGB is 203 - color contains mainly: red. Hex color #CB5825 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CB5825 is #34A7DA. Grayscale: #747474. Windows color (decimal): -3450843 or 2447563. OLE color: 2447563.

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

Color convert

RGB 203 88 37 -
CMYK 0 0.57 0.82 0.20
HSL 18.43º 0.69% 0.47% -
HSV(B) 18.43º 0.82% 0.8% -
XYZ 28.45 19.81 4.07 -
YUV 116.57 83.1 189.65 -
System Red Green Blue C M Y K H S L
Decimal 203 88 37 0 0.57 0.82 0.20 18.43 0.69 0.47
Hex CB 58 25 0 39 52 14 12 45 2F
Octal 313 130 45 0 71 122 24 22 105 57
Binary 11001011 1011000 100101 0 111001 1010010 10100 10010 1000101 101111

Color Harmonies of #CB5825

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB5825

Black with #CB5825

Text Example


Text Example

White with #CB5825

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB5825; }

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

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

background-color css

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

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

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

border-color css

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

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

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