Html Css Color HEX #CD273D Brick Red

📋 copy color: '#CD273D'

red 205 ◦ green 39 ◦ blue 61

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

Shades of Brick Red #CD273D

Tints of Brick Red #CD273D

RGB

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

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

 BLUE value IS 61 (24.22% from 255) = 20%

R = 67.21%
G = 12.79%
B = 20%

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

#CD273D (or 0xCD273D) is known color: Brick Red. HEX triplet: CD, 27 and 3D. RGB value is (205,39,61). Sum of RGB (Red+Green+Blue) = 205+39+61=305 (40% of max value = 765). Red value is 205 (80.47% from 255 or 67.21% from 305); Green value is 39 (15.62% from 255 or 12.79% from 305); Blue value is 61 (24.22% from 255 or 20% from 305); Max value from RGB is 205 - color contains mainly: red. Hex color #CD273D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CD273D is #32D8C2. Grayscale: #5B5B5B. Windows color (decimal): -3332291 or 4007885. OLE color: 4007885.

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

Color convert

RGB 205 39 61 -
CMYK 0 0.81 0.70 0.20
HSL 352.05º 0.68% 0.48% -
HSV(B) 352.05º 0.81% 0.8% -
XYZ 26.74 14.77 5.86 -
YUV 91.14 111 209.21 -
System Red Green Blue C M Y K H S L
Decimal 205 39 61 0 0.81 0.70 0.20 352.05 0.68 0.48
Hex CD 27 3D 0 51 46 14 160 44 30
Octal 315 47 75 0 121 106 24 540 104 60
Binary 11001101 100111 111101 0 1010001 1000110 10100 101100000 1000100 110000

Color Harmonies of #CD273D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD273D

Black with #CD273D

Text Example


Text Example

White with #CD273D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD273D; }

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

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

background-color css

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

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

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

border-color css

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

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

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