Html Css Color HEX #CB273F Brick Red

📋 copy color: '#CB273F'

red 203 ◦ green 39 ◦ blue 63

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

Shades of Brick Red #CB273F

Tints of Brick Red #CB273F

RGB

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

 GREEN value IS 39 (15.63% from 255) = 12.79%

 BLUE value IS 63 (25% from 255) = 20.66%

R = 66.56%
G = 12.79%
B = 20.66%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.69

 K value IS 0.20

RGB Variations

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

Color information

#CB273F (or 0xCB273F) is known color: Brick Red. HEX triplet: CB, 27 and 3F. RGB value is (203,39,63). Sum of RGB (Red+Green+Blue) = 203+39+63=305 (40% of max value = 765). Red value is 203 (79.69% from 255 or 66.56% from 305); Green value is 39 (15.62% from 255 or 12.79% from 305); Blue value is 63 (25% from 255 or 20.66% from 305); Max value from RGB is 203 - color contains mainly: red. Hex color #CB273F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CB273F is #34D8C0. Grayscale: #5A5A5A. Windows color (decimal): -3463361 or 4138955. OLE color: 4138955.

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

Color convert

RGB 203 39 63 -
CMYK 0 0.81 0.69 0.20
HSL 351.22º 0.68% 0.47% -
HSV(B) 351.22º 0.81% 0.8% -
XYZ 26.25 14.51 6.12 -
YUV 90.77 112.33 208.05 -
System Red Green Blue C M Y K H S L
Decimal 203 39 63 0 0.81 0.69 0.20 351.22 0.68 0.47
Hex CB 27 3F 0 51 45 14 15F 44 2F
Octal 313 47 77 0 121 105 24 537 104 57
Binary 11001011 100111 111111 0 1010001 1000101 10100 101011111 1000100 101111

Color Harmonies of #CB273F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB273F

Black with #CB273F

Text Example


Text Example

White with #CB273F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB273F; }

 p { color: rgb(203,39,63); }

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

background-color css

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

 a { background-color: rgb(203,39,63); }

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

border-color css

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

 span { border-color: rgb(203,39,63); }

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