Html Css Color HEX #CF5B5A Indian Red

📋 copy color: '#CF5B5A'

red 207 ◦ green 91 ◦ blue 90

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

Shades of Indian Red #CF5B5A

Tints of Indian Red #CF5B5A

RGB

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

 GREEN value IS 91 (35.94% from 255) = 23.45%

 BLUE value IS 90 (35.55% from 255) = 23.2%

R = 53.35%
G = 23.45%
B = 23.2%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.57

 K value IS 0.19

RGB Variations

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

Color information

#CF5B5A (or 0xCF5B5A) is known color: Indian Red. HEX triplet: CF, 5B and 5A. RGB value is (207,91,90). Sum of RGB (Red+Green+Blue) = 207+91+90=388 (51% of max value = 765). Red value is 207 (81.25% from 255 or 53.35% from 388); Green value is 91 (35.94% from 255 or 23.45% from 388); Blue value is 90 (35.55% from 255 or 23.20% from 388); Max value from RGB is 207 - color contains mainly: red. Hex color #CF5B5A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CF5B5A is #30A4A5. Grayscale: #7D7D7D. Windows color (decimal): -3187878 or 5921743. OLE color: 5921743.

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

Color convert

RGB 207 91 90 -
CMYK 0 0.56 0.57 0.19
HSL 0.51º 0.55% 0.58% -
HSV(B) 0.51º 0.57% 0.81% -
XYZ 31.32 21.49 12.17 -
YUV 125.57 107.93 186.08 -
System Red Green Blue C M Y K H S L
Decimal 207 91 90 0 0.56 0.57 0.19 0.51 0.55 0.58
Hex CF 5B 5A 0 38 39 13 1 37 3A
Octal 317 133 132 0 70 71 23 1 67 72
Binary 11001111 1011011 1011010 0 111000 111001 10011 1 110111 111010

Color Harmonies of #CF5B5A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF5B5A

Black with #CF5B5A

Text Example


Text Example

White with #CF5B5A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF5B5A; }

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

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

background-color css

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

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

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

border-color css

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

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

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