Html Css Color HEX #CF433D Persian Red

📋 copy color: '#CF433D'

red 207 ◦ green 67 ◦ blue 61

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

Shades of Persian Red #CF433D

Tints of Persian Red #CF433D

RGB

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

 GREEN value IS 67 (26.56% from 255) = 20%

 BLUE value IS 61 (24.22% from 255) = 18.21%

R = 61.79%
G = 20%
B = 18.21%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.71

 K value IS 0.19

RGB Variations

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

Color information

#CF433D (or 0xCF433D) is known color: Persian Red. HEX triplet: CF, 43 and 3D. RGB value is (207,67,61). Sum of RGB (Red+Green+Blue) = 207+67+61=335 (44% of max value = 765). Red value is 207 (81.25% from 255 or 61.79% from 335); Green value is 67 (26.56% from 255 or 20% from 335); Blue value is 61 (24.22% from 255 or 18.21% from 335); Max value from RGB is 207 - color contains mainly: red. Hex color #CF433D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CF433D is #30BCC2. Grayscale: #6C6C6C. Windows color (decimal): -3194051 or 4015055. OLE color: 4015055.

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

Color convert

RGB 207 67 61 -
CMYK 0 0.68 0.71 0.19
HSL 2.47º 0.6% 0.53% -
HSV(B) 2.47º 0.71% 0.81% -
XYZ 28.58 17.62 6.31 -
YUV 108.18 101.38 198.49 -
System Red Green Blue C M Y K H S L
Decimal 207 67 61 0 0.68 0.71 0.19 2.47 0.6 0.53
Hex CF 43 3D 0 44 47 13 2 3C 35
Octal 317 103 75 0 104 107 23 2 74 65
Binary 11001111 1000011 111101 0 1000100 1000111 10011 10 111100 110101

Color Harmonies of #CF433D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF433D

Black with #CF433D

Text Example


Text Example

White with #CF433D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF433D; }

 p { color: rgb(207,67,61); }

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

background-color css

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

 a { background-color: rgb(207,67,61); }

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

border-color css

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

 span { border-color: rgb(207,67,61); }

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