Html Css Color HEX #CF3A38 Persian Red

📋 copy color: '#CF3A38'

red 207 ◦ green 58 ◦ blue 56

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

Shades of Persian Red #CF3A38

Tints of Persian Red #CF3A38

RGB

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

 GREEN value IS 58 (23.05% from 255) = 18.07%

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

R = 64.49%
G = 18.07%
B = 17.45%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.73

 K value IS 0.19

RGB Variations

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

Color information

#CF3A38 (or 0xCF3A38) is known color: Persian Red. HEX triplet: CF, 3A and 38. RGB value is (207,58,56). Sum of RGB (Red+Green+Blue) = 207+58+56=321 (42% of max value = 765). Red value is 207 (81.25% from 255 or 64.49% from 321); Green value is 58 (23.05% from 255 or 18.07% from 321); Blue value is 56 (22.27% from 255 or 17.45% from 321); Max value from RGB is 207 - color contains mainly: red. Hex color #CF3A38 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CF3A38 is #30C5C7. Grayscale: #666666. Windows color (decimal): -3196360 or 3685071. OLE color: 3685071.

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

Color convert

RGB 207 58 56 -
CMYK 0 0.72 0.73 0.19
HSL 0.79º 0.61% 0.52% -
HSV(B) 0.79º 0.73% 0.81% -
XYZ 27.96 16.58 5.47 -
YUV 102.32 101.86 202.66 -
System Red Green Blue C M Y K H S L
Decimal 207 58 56 0 0.72 0.73 0.19 0.79 0.61 0.52
Hex CF 3A 38 0 48 49 13 1 3D 34
Octal 317 72 70 0 110 111 23 1 75 64
Binary 11001111 111010 111000 0 1001000 1001001 10011 1 111101 110100

Color Harmonies of #CF3A38

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF3A38

Black with #CF3A38

Text Example


Text Example

White with #CF3A38

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF3A38; }

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

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

background-color css

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

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

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

border-color css

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

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

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