Html Css Color HEX #CF4138 Persian Red

📋 copy color: '#CF4138'

red 207 ◦ green 65 ◦ blue 56

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

Shades of Persian Red #CF4138

Tints of Persian Red #CF4138

RGB

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

 GREEN value IS 65 (25.78% from 255) = 19.82%

 BLUE value IS 56 (22.27% from 255) = 17.07%

R = 63.11%
G = 19.82%
B = 17.07%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.73

 K value IS 0.19

RGB Variations

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

Color information

#CF4138 (or 0xCF4138) is known color: Persian Red. HEX triplet: CF, 41 and 38. RGB value is (207,65,56). Sum of RGB (Red+Green+Blue) = 207+65+56=328 (43% of max value = 765). Red value is 207 (81.25% from 255 or 63.11% from 328); Green value is 65 (25.78% from 255 or 19.82% from 328); Blue value is 56 (22.27% from 255 or 17.07% from 328); Max value from RGB is 207 - color contains mainly: red. Hex color #CF4138 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CF4138 is #30BEC7. Grayscale: #6A6A6A. Windows color (decimal): -3194568 or 3686863. OLE color: 3686863.

HSL color Cylindrical-coordinate representation of color #CF4138: hue angle of 3.58º degrees, saturation: 0.61, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #CF4138 is Cyan = 0, Magento = 0.69, Yellow = 0.73 and Black (K on CMYK) = 0.19.

Color convert

RGB 207 65 56 -
CMYK 0 0.69 0.73 0.19
HSL 3.58º 0.61% 0.52% -
HSV(B) 3.58º 0.73% 0.81% -
XYZ 28.34 17.33 5.59 -
YUV 106.43 99.54 199.73 -
System Red Green Blue C M Y K H S L
Decimal 207 65 56 0 0.69 0.73 0.19 3.58 0.61 0.52
Hex CF 41 38 0 45 49 13 4 3D 34
Octal 317 101 70 0 105 111 23 4 75 64
Binary 11001111 1000001 111000 0 1000101 1001001 10011 100 111101 110100

Color Harmonies of #CF4138

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF4138

Black with #CF4138

Text Example


Text Example

White with #CF4138

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF4138; }

 p { color: rgb(207,65,56); }

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

background-color css

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

 a { background-color: rgb(207,65,56); }

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

border-color css

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

 span { border-color: rgb(207,65,56); }

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