Html Css Color HEX #CF4238 Persian Red

📋 copy color: '#CF4238'

red 207 ◦ green 66 ◦ blue 56

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

Shades of Persian Red #CF4238

Tints of Persian Red #CF4238

RGB

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

 GREEN value IS 66 (26.17% from 255) = 20.06%

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

R = 62.92%
G = 20.06%
B = 17.02%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.73

 K value IS 0.19

RGB Variations

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

Color information

#CF4238 (or 0xCF4238) is known color: Persian Red. HEX triplet: CF, 42 and 38. RGB value is (207,66,56). Sum of RGB (Red+Green+Blue) = 207+66+56=329 (43% of max value = 765). Red value is 207 (81.25% from 255 or 62.92% from 329); Green value is 66 (26.17% from 255 or 20.06% from 329); Blue value is 56 (22.27% from 255 or 17.02% from 329); Max value from RGB is 207 - color contains mainly: red. Hex color #CF4238 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CF4238 is #30BDC7. Grayscale: #6B6B6B. Windows color (decimal): -3194312 or 3687119. OLE color: 3687119.

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

Color convert

RGB 207 66 56 -
CMYK 0 0.68 0.73 0.19
HSL 3.97º 0.61% 0.52% -
HSV(B) 3.97º 0.73% 0.81% -
XYZ 28.39 17.45 5.61 -
YUV 107.02 99.21 199.31 -
System Red Green Blue C M Y K H S L
Decimal 207 66 56 0 0.68 0.73 0.19 3.97 0.61 0.52
Hex CF 42 38 0 44 49 13 4 3D 34
Octal 317 102 70 0 104 111 23 4 75 64
Binary 11001111 1000010 111000 0 1000100 1001001 10011 100 111101 110100

Color Harmonies of #CF4238

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF4238

Black with #CF4238

Text Example


Text Example

White with #CF4238

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF4238; }

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

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

background-color css

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

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

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

border-color css

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

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

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