Html Css Color HEX #CF203F Cardinal

📋 copy color: '#CF203F'

red 207 ◦ green 32 ◦ blue 63

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

Shades of Cardinal #CF203F

Tints of Cardinal #CF203F

RGB

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

 GREEN value IS 32 (12.89% from 255) = 10.6%

 BLUE value IS 63 (25% from 255) = 20.86%

R = 68.54%
G = 10.6%
B = 20.86%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.70

 K value IS 0.19

RGB Variations

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

Color information

#CF203F (or 0xCF203F) is known color: Cardinal. HEX triplet: CF, 20 and 3F. RGB value is (207,32,63). Sum of RGB (Red+Green+Blue) = 207+32+63=302 (40% of max value = 765). Red value is 207 (81.25% from 255 or 68.54% from 302); Green value is 32 (12.89% from 255 or 10.60% from 302); Blue value is 63 (25% from 255 or 20.86% from 302); Max value from RGB is 207 - color contains mainly: red. Hex color #CF203F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CF203F is #30DFC0. Grayscale: #575757. Windows color (decimal): -3203009 or 4137167. OLE color: 4137167.

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

Color convert

RGB 207 32 63 -
CMYK 0 0.85 0.70 0.19
HSL 349.37º 0.73% 0.47% -
HSV(B) 349.37º 0.85% 0.81% -
XYZ 27.15 14.66 6.1 -
YUV 87.86 113.98 212.98 -
System Red Green Blue C M Y K H S L
Decimal 207 32 63 0 0.85 0.70 0.19 349.37 0.73 0.47
Hex CF 20 3F 0 55 46 13 15D 49 2F
Octal 317 40 77 0 125 106 23 535 111 57
Binary 11001111 100000 111111 0 1010101 1000110 10011 101011101 1001001 101111

Color Harmonies of #CF203F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF203F

Black with #CF203F

Text Example


Text Example

White with #CF203F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF203F; }

 p { color: rgb(207,32,63); }

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

background-color css

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

 a { background-color: rgb(207,32,63); }

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

border-color css

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

 span { border-color: rgb(207,32,63); }

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