Html Css Color HEX #CB513E Dark Coral

📋 copy color: '#CB513E'

red 203 ◦ green 81 ◦ blue 62

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

Shades of Dark Coral #CB513E

Tints of Dark Coral #CB513E

RGB

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

 GREEN value IS 81 (32.03% from 255) = 23.41%

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

R = 58.67%
G = 23.41%
B = 17.92%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.69

 K value IS 0.20

RGB Variations

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

Color information

#CB513E (or 0xCB513E) is known color: Dark Coral. HEX triplet: CB, 51 and 3E. RGB value is (203,81,62). Sum of RGB (Red+Green+Blue) = 203+81+62=346 (45% of max value = 765). Red value is 203 (79.69% from 255 or 58.67% from 346); Green value is 81 (32.03% from 255 or 23.41% from 346); Blue value is 62 (24.61% from 255 or 17.92% from 346); Max value from RGB is 203 - color contains mainly: red. Hex color #CB513E is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CB513E is #34AEC1. Grayscale: #737373. Windows color (decimal): -3452610 or 4084171. OLE color: 4084171.

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

Color convert

RGB 203 81 62 -
CMYK 0 0.60 0.69 0.20
HSL 8.09º 0.58% 0.52% -
HSV(B) 8.09º 0.69% 0.8% -
XYZ 28.44 18.93 6.71 -
YUV 115.31 97.92 190.54 -
System Red Green Blue C M Y K H S L
Decimal 203 81 62 0 0.60 0.69 0.20 8.09 0.58 0.52
Hex CB 51 3E 0 3C 45 14 8 3A 34
Octal 313 121 76 0 74 105 24 10 72 64
Binary 11001011 1010001 111110 0 111100 1000101 10100 1000 111010 110100

Color Harmonies of #CB513E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB513E

Black with #CB513E

Text Example


Text Example

White with #CB513E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB513E; }

 p { color: rgb(203,81,62); }

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

background-color css

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

 a { background-color: rgb(203,81,62); }

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

border-color css

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

 span { border-color: rgb(203,81,62); }

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