Html Css Color HEX #CD253E Brick Red

📋 copy color: '#CD253E'

red 205 ◦ green 37 ◦ blue 62

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

Shades of Brick Red #CD253E

Tints of Brick Red #CD253E

RGB

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

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

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

R = 67.43%
G = 12.17%
B = 20.39%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.70

 K value IS 0.20

RGB Variations

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

Color information

#CD253E (or 0xCD253E) is known color: Brick Red. HEX triplet: CD, 25 and 3E. RGB value is (205,37,62). Sum of RGB (Red+Green+Blue) = 205+37+62=304 (40% of max value = 765). Red value is 205 (80.47% from 255 or 67.43% from 304); Green value is 37 (14.84% from 255 or 12.17% from 304); Blue value is 62 (24.61% from 255 or 20.39% from 304); Max value from RGB is 205 - color contains mainly: red. Hex color #CD253E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CD253E is #32DAC1. Grayscale: #5A5A5A. Windows color (decimal): -3332802 or 4072909. OLE color: 4072909.

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

Color convert

RGB 205 37 62 -
CMYK 0 0.82 0.70 0.20
HSL 351.07º 0.69% 0.47% -
HSV(B) 351.07º 0.82% 0.8% -
XYZ 26.71 14.65 5.98 -
YUV 90.08 112.16 209.97 -
System Red Green Blue C M Y K H S L
Decimal 205 37 62 0 0.82 0.70 0.20 351.07 0.69 0.47
Hex CD 25 3E 0 52 46 14 15F 45 2F
Octal 315 45 76 0 122 106 24 537 105 57
Binary 11001101 100101 111110 0 1010010 1000110 10100 101011111 1000101 101111

Color Harmonies of #CD253E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD253E

Black with #CD253E

Text Example


Text Example

White with #CD253E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD253E; }

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

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

background-color css

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

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

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

border-color css

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

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

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