Html Css Color HEX #CB2540 Brick Red

📋 copy color: '#CB2540'

red 203 ◦ green 37 ◦ blue 64

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

Shades of Brick Red #CB2540

Tints of Brick Red #CB2540

RGB

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

 GREEN value IS 37 (14.84% from 255) = 12.17%

 BLUE value IS 64 (25.39% from 255) = 21.05%

R = 66.78%
G = 12.17%
B = 21.05%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.68

 K value IS 0.20

RGB Variations

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

Color information

#CB2540 (or 0xCB2540) is known color: Brick Red. HEX triplet: CB, 25 and 40. RGB value is (203,37,64). Sum of RGB (Red+Green+Blue) = 203+37+64=304 (40% of max value = 765). Red value is 203 (79.69% from 255 or 66.78% from 304); Green value is 37 (14.84% from 255 or 12.17% from 304); Blue value is 64 (25.39% from 255 or 21.05% from 304); Max value from RGB is 203 - color contains mainly: red. Hex color #CB2540 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CB2540 is #34DABF. Grayscale: #595959. Windows color (decimal): -3463872 or 4203979. OLE color: 4203979.

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

Color convert

RGB 203 37 64 -
CMYK 0 0.82 0.68 0.20
HSL 350.24º 0.69% 0.47% -
HSV(B) 350.24º 0.82% 0.8% -
XYZ 26.22 14.39 6.25 -
YUV 89.71 113.5 208.8 -
System Red Green Blue C M Y K H S L
Decimal 203 37 64 0 0.82 0.68 0.20 350.24 0.69 0.47
Hex CB 25 40 0 52 44 14 15E 45 2F
Octal 313 45 100 0 122 104 24 536 105 57
Binary 11001011 100101 1000000 0 1010010 1000100 10100 101011110 1000101 101111

Color Harmonies of #CB2540

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB2540

Black with #CB2540

Text Example


Text Example

White with #CB2540

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB2540; }

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

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

background-color css

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

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

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

border-color css

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

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

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