Html Css Color HEX #CF382B Persian Red

📋 copy color: '#CF382B'

red 207 ◦ green 56 ◦ blue 43

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

Shades of Persian Red #CF382B

Tints of Persian Red #CF382B

RGB

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

 GREEN value IS 56 (22.27% from 255) = 18.3%

 BLUE value IS 43 (17.19% from 255) = 14.05%

R = 67.65%
G = 18.3%
B = 14.05%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.79

 K value IS 0.19

RGB Variations

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

Color information

#CF382B (or 0xCF382B) is known color: Persian Red. HEX triplet: CF, 38 and 2B. RGB value is (207,56,43). Sum of RGB (Red+Green+Blue) = 207+56+43=306 (40% of max value = 765). Red value is 207 (81.25% from 255 or 67.65% from 306); Green value is 56 (22.27% from 255 or 18.30% from 306); Blue value is 43 (17.19% from 255 or 14.05% from 306); Max value from RGB is 207 - color contains mainly: red. Hex color #CF382B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CF382B is #30C7D4. Grayscale: #636363. Windows color (decimal): -3196885 or 2832591. OLE color: 2832591.

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

Color convert

RGB 207 56 43 -
CMYK 0 0.73 0.79 0.19
HSL 4.76º 0.66% 0.49% -
HSV(B) 4.76º 0.79% 0.81% -
XYZ 27.58 16.27 3.97 -
YUV 99.67 96.03 204.56 -
System Red Green Blue C M Y K H S L
Decimal 207 56 43 0 0.73 0.79 0.19 4.76 0.66 0.49
Hex CF 38 2B 0 49 4F 13 5 42 31
Octal 317 70 53 0 111 117 23 5 102 61
Binary 11001111 111000 101011 0 1001001 1001111 10011 101 1000010 110001

Color Harmonies of #CF382B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF382B

Black with #CF382B

Text Example


Text Example

White with #CF382B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF382B; }

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

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

background-color css

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

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

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

border-color css

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

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

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