Html Css Color HEX #CF615A Indian Red

📋 copy color: '#CF615A'

red 207 ◦ green 97 ◦ blue 90

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

Shades of Indian Red #CF615A

Tints of Indian Red #CF615A

RGB

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

 GREEN value IS 97 (38.28% from 255) = 24.62%

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

R = 52.54%
G = 24.62%
B = 22.84%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.57

 K value IS 0.19

RGB Variations

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

Color information

#CF615A (or 0xCF615A) is known color: Indian Red. HEX triplet: CF, 61 and 5A. RGB value is (207,97,90). Sum of RGB (Red+Green+Blue) = 207+97+90=394 (52% of max value = 765). Red value is 207 (81.25% from 255 or 52.54% from 394); Green value is 97 (38.28% from 255 or 24.62% from 394); Blue value is 90 (35.55% from 255 or 22.84% from 394); Max value from RGB is 207 - color contains mainly: red. Hex color #CF615A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CF615A is #309EA5. Grayscale: #818181. Windows color (decimal): -3186342 or 5923279. OLE color: 5923279.

HSL color Cylindrical-coordinate representation of color #CF615A: hue angle of 3.59º 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 #CF615A is Cyan = 0, Magento = 0.53, Yellow = 0.57 and Black (K on CMYK) = 0.19.

Color convert

RGB 207 97 90 -
CMYK 0 0.53 0.57 0.19
HSL 3.59º 0.55% 0.58% -
HSV(B) 3.59º 0.57% 0.81% -
XYZ 31.85 22.55 12.35 -
YUV 129.09 105.94 183.57 -
System Red Green Blue C M Y K H S L
Decimal 207 97 90 0 0.53 0.57 0.19 3.59 0.55 0.58
Hex CF 61 5A 0 35 39 13 4 37 3A
Octal 317 141 132 0 65 71 23 4 67 72
Binary 11001111 1100001 1011010 0 110101 111001 10011 100 110111 111010

Color Harmonies of #CF615A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF615A

Black with #CF615A

Text Example


Text Example

White with #CF615A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF615A; }

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

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

background-color css

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

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

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

border-color css

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

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

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