Html Css Color HEX #CD273E Brick Red

📋 copy color: '#CD273E'

red 205 ◦ green 39 ◦ blue 62

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

Shades of Brick Red #CD273E

Tints of Brick Red #CD273E

RGB

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

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

 BLUE value IS 62 (24.61% from 255) = 20.26%

R = 66.99%
G = 12.75%
B = 20.26%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.70

 K value IS 0.20

RGB Variations

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

Color information

#CD273E (or 0xCD273E) is known color: Brick Red. HEX triplet: CD, 27 and 3E. RGB value is (205,39,62). Sum of RGB (Red+Green+Blue) = 205+39+62=306 (40% of max value = 765). Red value is 205 (80.47% from 255 or 66.99% from 306); Green value is 39 (15.62% from 255 or 12.75% from 306); Blue value is 62 (24.61% from 255 or 20.26% from 306); Max value from RGB is 205 - color contains mainly: red. Hex color #CD273E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CD273E is #32D8C1. Grayscale: #5B5B5B. Windows color (decimal): -3332290 or 4073421. OLE color: 4073421.

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

Color convert

RGB 205 39 62 -
CMYK 0 0.81 0.70 0.20
HSL 351.69º 0.68% 0.48% -
HSV(B) 351.69º 0.81% 0.8% -
XYZ 26.77 14.78 6 -
YUV 91.26 111.5 209.13 -
System Red Green Blue C M Y K H S L
Decimal 205 39 62 0 0.81 0.70 0.20 351.69 0.68 0.48
Hex CD 27 3E 0 51 46 14 160 44 30
Octal 315 47 76 0 121 106 24 540 104 60
Binary 11001101 100111 111110 0 1010001 1000110 10100 101100000 1000100 110000

Color Harmonies of #CD273E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD273E

Black with #CD273E

Text Example


Text Example

White with #CD273E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD273E; }

 p { color: rgb(205,39,62); }

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

background-color css

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

 a { background-color: rgb(205,39,62); }

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

border-color css

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

 span { border-color: rgb(205,39,62); }

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