Html Css Color HEX #CF443F Persian Red

📋 copy color: '#CF443F'

red 207 ◦ green 68 ◦ blue 63

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

Shades of Persian Red #CF443F

Tints of Persian Red #CF443F

RGB

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

 GREEN value IS 68 (26.95% from 255) = 20.12%

 BLUE value IS 63 (25% from 255) = 18.64%

R = 61.24%
G = 20.12%
B = 18.64%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.70

 K value IS 0.19

RGB Variations

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

Color information

#CF443F (or 0xCF443F) is known color: Persian Red. HEX triplet: CF, 44 and 3F. RGB value is (207,68,63). Sum of RGB (Red+Green+Blue) = 207+68+63=338 (44% of max value = 765). Red value is 207 (81.25% from 255 or 61.24% from 338); Green value is 68 (26.95% from 255 or 20.12% from 338); Blue value is 63 (25% from 255 or 18.64% from 338); Max value from RGB is 207 - color contains mainly: red. Hex color #CF443F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CF443F is #30BBC0. Grayscale: #6D6D6D. Windows color (decimal): -3193793 or 4146383. OLE color: 4146383.

HSL color Cylindrical-coordinate representation of color #CF443F: hue angle of 2.08º degrees, saturation: 0.6, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #CF443F is Cyan = 0, Magento = 0.67, Yellow = 0.70 and Black (K on CMYK) = 0.19.

Color convert

RGB 207 68 63 -
CMYK 0 0.67 0.70 0.19
HSL 2.08º 0.6% 0.53% -
HSV(B) 2.08º 0.7% 0.81% -
XYZ 28.7 17.76 6.62 -
YUV 108.99 102.05 197.91 -
System Red Green Blue C M Y K H S L
Decimal 207 68 63 0 0.67 0.70 0.19 2.08 0.6 0.53
Hex CF 44 3F 0 43 46 13 2 3C 35
Octal 317 104 77 0 103 106 23 2 74 65
Binary 11001111 1000100 111111 0 1000011 1000110 10011 10 111100 110101

Color Harmonies of #CF443F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF443F

Black with #CF443F

Text Example


Text Example

White with #CF443F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF443F; }

 p { color: rgb(207,68,63); }

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

background-color css

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

 a { background-color: rgb(207,68,63); }

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

border-color css

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

 span { border-color: rgb(207,68,63); }

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