Html Css Color HEX #CF5E5B Indian Red

📋 copy color: '#CF5E5B'

red 207 ◦ green 94 ◦ blue 91

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

Shades of Indian Red #CF5E5B

Tints of Indian Red #CF5E5B

RGB

 RED value IS 207 (81.25% from 255) = 52.81%

 GREEN value IS 94 (37.11% from 255) = 23.98%

 BLUE value IS 91 (35.94% from 255) = 23.21%

R = 52.81%
G = 23.98%
B = 23.21%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.56

 K value IS 0.19

RGB Variations

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

Color information

#CF5E5B (or 0xCF5E5B) is known color: Indian Red. HEX triplet: CF, 5E and 5B. RGB value is (207,94,91). Sum of RGB (Red+Green+Blue) = 207+94+91=392 (51% of max value = 765). Red value is 207 (81.25% from 255 or 52.81% from 392); Green value is 94 (37.11% from 255 or 23.98% from 392); Blue value is 91 (35.94% from 255 or 23.21% from 392); Max value from RGB is 207 - color contains mainly: red. Hex color #CF5E5B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CF5E5B is #30A1A4. Grayscale: #7F7F7F. Windows color (decimal): -3187109 or 5988047. OLE color: 5988047.

HSL color Cylindrical-coordinate representation of color #CF5E5B: hue angle of 1.55º degrees, saturation: 0.55, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #CF5E5B is Cyan = 0, Magento = 0.55, Yellow = 0.56 and Black (K on CMYK) = 0.19.

Color convert

RGB 207 94 91 -
CMYK 0 0.55 0.56 0.19
HSL 1.55º 0.55% 0.58% -
HSV(B) 1.55º 0.56% 0.81% -
XYZ 31.62 22.03 12.48 -
YUV 127.45 107.44 184.74 -
System Red Green Blue C M Y K H S L
Decimal 207 94 91 0 0.55 0.56 0.19 1.55 0.55 0.58
Hex CF 5E 5B 0 37 38 13 2 37 3A
Octal 317 136 133 0 67 70 23 2 67 72
Binary 11001111 1011110 1011011 0 110111 111000 10011 10 110111 111010

Color Harmonies of #CF5E5B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF5E5B

Black with #CF5E5B

Text Example


Text Example

White with #CF5E5B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF5E5B; }

 p { color: rgb(207,94,91); }

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

background-color css

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

 a { background-color: rgb(207,94,91); }

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

border-color css

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

 span { border-color: rgb(207,94,91); }

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