Html Css Color HEX #CF203A Cardinal

📋 copy color: '#CF203A'

red 207 ◦ green 32 ◦ blue 58

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

Shades of Cardinal #CF203A

Tints of Cardinal #CF203A

RGB

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

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

 BLUE value IS 58 (23.05% from 255) = 19.53%

R = 69.7%
G = 10.77%
B = 19.53%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.72

 K value IS 0.19

RGB Variations

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

Color information

#CF203A (or 0xCF203A) is known color: Cardinal. HEX triplet: CF, 20 and 3A. RGB value is (207,32,58). Sum of RGB (Red+Green+Blue) = 207+32+58=297 (39% of max value = 765). Red value is 207 (81.25% from 255 or 69.70% from 297); Green value is 32 (12.89% from 255 or 10.77% from 297); Blue value is 58 (23.05% from 255 or 19.53% from 297); Max value from RGB is 207 - color contains mainly: red. Hex color #CF203A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CF203A is #30DFC5. Grayscale: #575757. Windows color (decimal): -3203014 or 3809487. OLE color: 3809487.

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

Color convert

RGB 207 32 58 -
CMYK 0 0.85 0.72 0.19
HSL 351.09º 0.73% 0.47% -
HSV(B) 351.09º 0.85% 0.81% -
XYZ 27.01 14.6 5.4 -
YUV 87.29 111.48 213.39 -
System Red Green Blue C M Y K H S L
Decimal 207 32 58 0 0.85 0.72 0.19 351.09 0.73 0.47
Hex CF 20 3A 0 55 48 13 15F 49 2F
Octal 317 40 72 0 125 110 23 537 111 57
Binary 11001111 100000 111010 0 1010101 1001000 10011 101011111 1001001 101111

Color Harmonies of #CF203A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF203A

Black with #CF203A

Text Example


Text Example

White with #CF203A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF203A; }

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

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

background-color css

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

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

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

border-color css

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

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

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